Google Play Android Developer API: externaltransactions. Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it. See: https://developers.google.com/android-publisherapi/reference/rest/v3/externaltransactions
Google Play Android Developer API: externaltransactions. Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it. See: https://developers.google.com/android-publisherapi/reference/rest/v3/externaltransactions
(createexternaltransaction$ auth parameters body)
Required parameters: parent
Optional parameters: externalTransactionId
Body:
{:packageName string, :currentPreTaxAmount {:priceMicros string, :currency string}, :oneTimeTransaction {:externalTransactionToken string}, :currentTaxAmount {:priceMicros string, :currency string}, :transactionTime string, :createTime string, :externalTransactionId string, :transactionState string, :originalTaxAmount {:priceMicros string, :currency string}, :originalPreTaxAmount {:priceMicros string, :currency string}, :testPurchase {}, :userTaxAddress {:regionCode string, :administrativeArea string}, :recurringTransaction {:initialExternalTransactionId string, :externalTransactionToken string, :migratedTransactionProgram string, :externalSubscription ExternalSubscription}}
Creates a new external transaction.
https://developers.google.com/android-publisherapi/reference/rest/v3/externaltransactions/createexternaltransaction Required parameters: parent Optional parameters: externalTransactionId Body: {:packageName string, :currentPreTaxAmount {:priceMicros string, :currency string}, :oneTimeTransaction {:externalTransactionToken string}, :currentTaxAmount {:priceMicros string, :currency string}, :transactionTime string, :createTime string, :externalTransactionId string, :transactionState string, :originalTaxAmount {:priceMicros string, :currency string}, :originalPreTaxAmount {:priceMicros string, :currency string}, :testPurchase {}, :userTaxAddress {:regionCode string, :administrativeArea string}, :recurringTransaction {:initialExternalTransactionId string, :externalTransactionToken string, :migratedTransactionProgram string, :externalSubscription ExternalSubscription}} Creates a new external transaction.
(getexternaltransaction$ auth parameters)
Required parameters: name
Optional parameters: none
Gets an existing external transaction.
https://developers.google.com/android-publisherapi/reference/rest/v3/externaltransactions/getexternaltransaction Required parameters: name Optional parameters: none Gets an existing external transaction.
(refundexternaltransaction$ auth parameters body)
Required parameters: name
Optional parameters: none
Body:
{:partialRefund {:refundId string, :refundPreTaxAmount Price}, :fullRefund {}, :refundTime string}
Refunds or partially refunds an existing external transaction.
https://developers.google.com/android-publisherapi/reference/rest/v3/externaltransactions/refundexternaltransaction Required parameters: name Optional parameters: none Body: {:partialRefund {:refundId string, :refundPreTaxAmount Price}, :fullRefund {}, :refundTime string} Refunds or partially refunds an existing external transaction.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |