Skip to content

Commit

Permalink
feat(androidpublisher): update the api
Browse files Browse the repository at this point in the history
#### androidpublisher:v3

The following keys were added:
- schemas.ExternalTransactionAddress.properties.administrativeArea.type (Total Keys: 1)
- schemas.RecurringExternalTransaction.properties.migratedTransactionProgram.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Nov 29, 2023
1 parent cf26ba6 commit 98ec2ad
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/dyn/androidpublisher_v3.externaltransactions.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,14 @@ <h3>Method Details</h3>
},
&quot;externalTransactionToken&quot;: &quot;A String&quot;, # Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched. Required only for the initial purchase.
&quot;initialExternalTransactionId&quot;: &quot;A String&quot;, # The external transaction id of the first transaction of this recurring series of transactions. For example, for a subscription this would be the transaction id of the first payment. Required when creating recurring external transactions.
&quot;migratedTransactionProgram&quot;: &quot;A String&quot;, # Input only. Provided during the call to Create. Must only be used when migrating a subscription from manual monthly reporting to automated reporting.
},
&quot;testPurchase&quot;: { # Represents a transaction performed using a test account. These transactions will not be charged by Google. # Output only. If set, this transaction was a test purchase. Google will not charge for a test transaction.
},
&quot;transactionState&quot;: &quot;A String&quot;, # Output only. The current state of the transaction.
&quot;transactionTime&quot;: &quot;A String&quot;, # Required. The time when the transaction was completed.
&quot;userTaxAddress&quot;: { # User&#x27;s address for the external transaction. # Required. User address for tax computation.
&quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Top-level administrative subdivision of the country/region. Only required for transactions in India. Valid values are &quot;ANDAMAN AND NICOBAR ISLANDS&quot;, &quot;ANDHRA PRADESH&quot;, &quot;ARUNACHAL PRADESH&quot;, &quot;ASSAM&quot;, &quot;BIHAR&quot;, &quot;CHANDIGARH&quot;, &quot;CHHATTISGARH&quot;, &quot;DADRA AND NAGAR HAVELI&quot;, &quot;DADRA AND NAGAR HAVELI AND DAMAN AND DIU&quot;, &quot;DAMAN AND DIU&quot;, &quot;DELHI&quot;, &quot;GOA&quot;, &quot;GUJARAT&quot;, &quot;HARYANA&quot;, &quot;HIMACHAL PRADESH&quot;, &quot;JAMMU AND KASHMIR&quot;, &quot;JHARKHAND&quot;, &quot;KARNATAKA&quot;, &quot;KERALA&quot;, &quot;LADAKH&quot;, &quot;LAKSHADWEEP&quot;, &quot;MADHYA PRADESH&quot;, &quot;MAHARASHTRA&quot;, &quot;MANIPUR&quot;, &quot;MEGHALAYA&quot;, &quot;MIZORAM&quot;, &quot;NAGALAND&quot;, &quot;ODISHA&quot;, &quot;PUDUCHERRY&quot;, &quot;PUNJAB&quot;, &quot;RAJASTHAN&quot;, &quot;SIKKIM&quot;, &quot;TAMIL NADU&quot;, &quot;TELANGANA&quot;, &quot;TRIPURA&quot;, &quot;UTTAR PRADESH&quot;, &quot;UTTARAKHAND&quot;, and &quot;WEST BENGAL&quot;.
&quot;regionCode&quot;: &quot;A String&quot;, # Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
},
}
Expand Down Expand Up @@ -178,12 +180,14 @@ <h3>Method Details</h3>
},
&quot;externalTransactionToken&quot;: &quot;A String&quot;, # Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched. Required only for the initial purchase.
&quot;initialExternalTransactionId&quot;: &quot;A String&quot;, # The external transaction id of the first transaction of this recurring series of transactions. For example, for a subscription this would be the transaction id of the first payment. Required when creating recurring external transactions.
&quot;migratedTransactionProgram&quot;: &quot;A String&quot;, # Input only. Provided during the call to Create. Must only be used when migrating a subscription from manual monthly reporting to automated reporting.
},
&quot;testPurchase&quot;: { # Represents a transaction performed using a test account. These transactions will not be charged by Google. # Output only. If set, this transaction was a test purchase. Google will not charge for a test transaction.
},
&quot;transactionState&quot;: &quot;A String&quot;, # Output only. The current state of the transaction.
&quot;transactionTime&quot;: &quot;A String&quot;, # Required. The time when the transaction was completed.
&quot;userTaxAddress&quot;: { # User&#x27;s address for the external transaction. # Required. User address for tax computation.
&quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Top-level administrative subdivision of the country/region. Only required for transactions in India. Valid values are &quot;ANDAMAN AND NICOBAR ISLANDS&quot;, &quot;ANDHRA PRADESH&quot;, &quot;ARUNACHAL PRADESH&quot;, &quot;ASSAM&quot;, &quot;BIHAR&quot;, &quot;CHANDIGARH&quot;, &quot;CHHATTISGARH&quot;, &quot;DADRA AND NAGAR HAVELI&quot;, &quot;DADRA AND NAGAR HAVELI AND DAMAN AND DIU&quot;, &quot;DAMAN AND DIU&quot;, &quot;DELHI&quot;, &quot;GOA&quot;, &quot;GUJARAT&quot;, &quot;HARYANA&quot;, &quot;HIMACHAL PRADESH&quot;, &quot;JAMMU AND KASHMIR&quot;, &quot;JHARKHAND&quot;, &quot;KARNATAKA&quot;, &quot;KERALA&quot;, &quot;LADAKH&quot;, &quot;LAKSHADWEEP&quot;, &quot;MADHYA PRADESH&quot;, &quot;MAHARASHTRA&quot;, &quot;MANIPUR&quot;, &quot;MEGHALAYA&quot;, &quot;MIZORAM&quot;, &quot;NAGALAND&quot;, &quot;ODISHA&quot;, &quot;PUDUCHERRY&quot;, &quot;PUNJAB&quot;, &quot;RAJASTHAN&quot;, &quot;SIKKIM&quot;, &quot;TAMIL NADU&quot;, &quot;TELANGANA&quot;, &quot;TRIPURA&quot;, &quot;UTTAR PRADESH&quot;, &quot;UTTARAKHAND&quot;, and &quot;WEST BENGAL&quot;.
&quot;regionCode&quot;: &quot;A String&quot;, # Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
},
}</pre>
Expand Down Expand Up @@ -232,12 +236,14 @@ <h3>Method Details</h3>
},
&quot;externalTransactionToken&quot;: &quot;A String&quot;, # Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched. Required only for the initial purchase.
&quot;initialExternalTransactionId&quot;: &quot;A String&quot;, # The external transaction id of the first transaction of this recurring series of transactions. For example, for a subscription this would be the transaction id of the first payment. Required when creating recurring external transactions.
&quot;migratedTransactionProgram&quot;: &quot;A String&quot;, # Input only. Provided during the call to Create. Must only be used when migrating a subscription from manual monthly reporting to automated reporting.
},
&quot;testPurchase&quot;: { # Represents a transaction performed using a test account. These transactions will not be charged by Google. # Output only. If set, this transaction was a test purchase. Google will not charge for a test transaction.
},
&quot;transactionState&quot;: &quot;A String&quot;, # Output only. The current state of the transaction.
&quot;transactionTime&quot;: &quot;A String&quot;, # Required. The time when the transaction was completed.
&quot;userTaxAddress&quot;: { # User&#x27;s address for the external transaction. # Required. User address for tax computation.
&quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Top-level administrative subdivision of the country/region. Only required for transactions in India. Valid values are &quot;ANDAMAN AND NICOBAR ISLANDS&quot;, &quot;ANDHRA PRADESH&quot;, &quot;ARUNACHAL PRADESH&quot;, &quot;ASSAM&quot;, &quot;BIHAR&quot;, &quot;CHANDIGARH&quot;, &quot;CHHATTISGARH&quot;, &quot;DADRA AND NAGAR HAVELI&quot;, &quot;DADRA AND NAGAR HAVELI AND DAMAN AND DIU&quot;, &quot;DAMAN AND DIU&quot;, &quot;DELHI&quot;, &quot;GOA&quot;, &quot;GUJARAT&quot;, &quot;HARYANA&quot;, &quot;HIMACHAL PRADESH&quot;, &quot;JAMMU AND KASHMIR&quot;, &quot;JHARKHAND&quot;, &quot;KARNATAKA&quot;, &quot;KERALA&quot;, &quot;LADAKH&quot;, &quot;LAKSHADWEEP&quot;, &quot;MADHYA PRADESH&quot;, &quot;MAHARASHTRA&quot;, &quot;MANIPUR&quot;, &quot;MEGHALAYA&quot;, &quot;MIZORAM&quot;, &quot;NAGALAND&quot;, &quot;ODISHA&quot;, &quot;PUDUCHERRY&quot;, &quot;PUNJAB&quot;, &quot;RAJASTHAN&quot;, &quot;SIKKIM&quot;, &quot;TAMIL NADU&quot;, &quot;TELANGANA&quot;, &quot;TRIPURA&quot;, &quot;UTTAR PRADESH&quot;, &quot;UTTARAKHAND&quot;, and &quot;WEST BENGAL&quot;.
&quot;regionCode&quot;: &quot;A String&quot;, # Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
},
}</pre>
Expand Down Expand Up @@ -302,12 +308,14 @@ <h3>Method Details</h3>
},
&quot;externalTransactionToken&quot;: &quot;A String&quot;, # Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched. Required only for the initial purchase.
&quot;initialExternalTransactionId&quot;: &quot;A String&quot;, # The external transaction id of the first transaction of this recurring series of transactions. For example, for a subscription this would be the transaction id of the first payment. Required when creating recurring external transactions.
&quot;migratedTransactionProgram&quot;: &quot;A String&quot;, # Input only. Provided during the call to Create. Must only be used when migrating a subscription from manual monthly reporting to automated reporting.
},
&quot;testPurchase&quot;: { # Represents a transaction performed using a test account. These transactions will not be charged by Google. # Output only. If set, this transaction was a test purchase. Google will not charge for a test transaction.
},
&quot;transactionState&quot;: &quot;A String&quot;, # Output only. The current state of the transaction.
&quot;transactionTime&quot;: &quot;A String&quot;, # Required. The time when the transaction was completed.
&quot;userTaxAddress&quot;: { # User&#x27;s address for the external transaction. # Required. User address for tax computation.
&quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Top-level administrative subdivision of the country/region. Only required for transactions in India. Valid values are &quot;ANDAMAN AND NICOBAR ISLANDS&quot;, &quot;ANDHRA PRADESH&quot;, &quot;ARUNACHAL PRADESH&quot;, &quot;ASSAM&quot;, &quot;BIHAR&quot;, &quot;CHANDIGARH&quot;, &quot;CHHATTISGARH&quot;, &quot;DADRA AND NAGAR HAVELI&quot;, &quot;DADRA AND NAGAR HAVELI AND DAMAN AND DIU&quot;, &quot;DAMAN AND DIU&quot;, &quot;DELHI&quot;, &quot;GOA&quot;, &quot;GUJARAT&quot;, &quot;HARYANA&quot;, &quot;HIMACHAL PRADESH&quot;, &quot;JAMMU AND KASHMIR&quot;, &quot;JHARKHAND&quot;, &quot;KARNATAKA&quot;, &quot;KERALA&quot;, &quot;LADAKH&quot;, &quot;LAKSHADWEEP&quot;, &quot;MADHYA PRADESH&quot;, &quot;MAHARASHTRA&quot;, &quot;MANIPUR&quot;, &quot;MEGHALAYA&quot;, &quot;MIZORAM&quot;, &quot;NAGALAND&quot;, &quot;ODISHA&quot;, &quot;PUDUCHERRY&quot;, &quot;PUNJAB&quot;, &quot;RAJASTHAN&quot;, &quot;SIKKIM&quot;, &quot;TAMIL NADU&quot;, &quot;TELANGANA&quot;, &quot;TRIPURA&quot;, &quot;UTTAR PRADESH&quot;, &quot;UTTARAKHAND&quot;, and &quot;WEST BENGAL&quot;.
&quot;regionCode&quot;: &quot;A String&quot;, # Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
},
}</pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4081,7 +4081,7 @@
}
}
},
"revision": "20231111",
"revision": "20231128",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -5195,6 +5195,10 @@
"description": "User's address for the external transaction.",
"id": "ExternalTransactionAddress",
"properties": {
"administrativeArea": {
"description": "Optional. Top-level administrative subdivision of the country/region. Only required for transactions in India. Valid values are \"ANDAMAN AND NICOBAR ISLANDS\", \"ANDHRA PRADESH\", \"ARUNACHAL PRADESH\", \"ASSAM\", \"BIHAR\", \"CHANDIGARH\", \"CHHATTISGARH\", \"DADRA AND NAGAR HAVELI\", \"DADRA AND NAGAR HAVELI AND DAMAN AND DIU\", \"DAMAN AND DIU\", \"DELHI\", \"GOA\", \"GUJARAT\", \"HARYANA\", \"HIMACHAL PRADESH\", \"JAMMU AND KASHMIR\", \"JHARKHAND\", \"KARNATAKA\", \"KERALA\", \"LADAKH\", \"LAKSHADWEEP\", \"MADHYA PRADESH\", \"MAHARASHTRA\", \"MANIPUR\", \"MEGHALAYA\", \"MIZORAM\", \"NAGALAND\", \"ODISHA\", \"PUDUCHERRY\", \"PUNJAB\", \"RAJASTHAN\", \"SIKKIM\", \"TAMIL NADU\", \"TELANGANA\", \"TRIPURA\", \"UTTAR PRADESH\", \"UTTARAKHAND\", and \"WEST BENGAL\".",
"type": "string"
},
"regionCode": {
"description": "Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).",
"type": "string"
Expand Down Expand Up @@ -6378,6 +6382,20 @@
"initialExternalTransactionId": {
"description": "The external transaction id of the first transaction of this recurring series of transactions. For example, for a subscription this would be the transaction id of the first payment. Required when creating recurring external transactions.",
"type": "string"
},
"migratedTransactionProgram": {
"description": "Input only. Provided during the call to Create. Must only be used when migrating a subscription from manual monthly reporting to automated reporting.",
"enum": [
"EXTERNAL_TRANSACTION_PROGRAM_UNSPECIFIED",
"USER_CHOICE_BILLING",
"ALTERTNATIVE_BILLING_ONLY"
],
"enumDescriptions": [
"Unspecified transaction program. Not used.",
"User choice billing, where a user may choose between Google Play Billing developer-managed billing.",
"Alternatively billing only, where users may only use developer-manager billing."
],
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit 98ec2ad

Please sign in to comment.