Liking cljdoc? Tell your friends :D

happygapi.androidpublisher.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

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
raw docstring

createexternaltransaction$clj

(createexternaltransaction$ auth parameters body)

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.

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.
sourceraw docstring

getexternaltransaction$clj

(getexternaltransaction$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/externaltransactions/getexternaltransaction

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.
sourceraw docstring

refundexternaltransaction$clj

(refundexternaltransaction$ auth parameters body)

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.

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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close