Skip to content

Commit 2159e56

Browse files
feat(androidpublisher): update the api
#### androidpublisher:v3 The following keys were added: - schemas.ExternalTransaction.properties.transactionProgramCode (Total Keys: 2)
1 parent e210698 commit 2159e56

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/dyn/androidpublisher_v3.externaltransactions.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ <h3>Method Details</h3>
136136
},
137137
&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.
138138
},
139+
&quot;transactionProgramCode&quot;: 42, # Optional. The transaction program code, used to help determine service fee for apps partcipating in special partner programs. This field can not be used for external offers transactions. Developers participating in the Play Media Experience Program (https://play.google.com/console/about/programs/mediaprogram/) must provide the program code when reporting alternative billing external transactions. If you are an eligible developer, please contact your BDM for more information on how to set this field.
139140
&quot;transactionState&quot;: &quot;A String&quot;, # Output only. The current state of the transaction.
140141
&quot;transactionTime&quot;: &quot;A String&quot;, # Required. The time when the transaction was completed.
141142
&quot;userTaxAddress&quot;: { # User&#x27;s address for the external transaction. # Required. User address for tax computation.
@@ -188,6 +189,7 @@ <h3>Method Details</h3>
188189
},
189190
&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.
190191
},
192+
&quot;transactionProgramCode&quot;: 42, # Optional. The transaction program code, used to help determine service fee for apps partcipating in special partner programs. This field can not be used for external offers transactions. Developers participating in the Play Media Experience Program (https://play.google.com/console/about/programs/mediaprogram/) must provide the program code when reporting alternative billing external transactions. If you are an eligible developer, please contact your BDM for more information on how to set this field.
191193
&quot;transactionState&quot;: &quot;A String&quot;, # Output only. The current state of the transaction.
192194
&quot;transactionTime&quot;: &quot;A String&quot;, # Required. The time when the transaction was completed.
193195
&quot;userTaxAddress&quot;: { # User&#x27;s address for the external transaction. # Required. User address for tax computation.
@@ -246,6 +248,7 @@ <h3>Method Details</h3>
246248
},
247249
&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.
248250
},
251+
&quot;transactionProgramCode&quot;: 42, # Optional. The transaction program code, used to help determine service fee for apps partcipating in special partner programs. This field can not be used for external offers transactions. Developers participating in the Play Media Experience Program (https://play.google.com/console/about/programs/mediaprogram/) must provide the program code when reporting alternative billing external transactions. If you are an eligible developer, please contact your BDM for more information on how to set this field.
249252
&quot;transactionState&quot;: &quot;A String&quot;, # Output only. The current state of the transaction.
250253
&quot;transactionTime&quot;: &quot;A String&quot;, # Required. The time when the transaction was completed.
251254
&quot;userTaxAddress&quot;: { # User&#x27;s address for the external transaction. # Required. User address for tax computation.
@@ -320,6 +323,7 @@ <h3>Method Details</h3>
320323
},
321324
&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.
322325
},
326+
&quot;transactionProgramCode&quot;: 42, # Optional. The transaction program code, used to help determine service fee for apps partcipating in special partner programs. This field can not be used for external offers transactions. Developers participating in the Play Media Experience Program (https://play.google.com/console/about/programs/mediaprogram/) must provide the program code when reporting alternative billing external transactions. If you are an eligible developer, please contact your BDM for more information on how to set this field.
323327
&quot;transactionState&quot;: &quot;A String&quot;, # Output only. The current state of the transaction.
324328
&quot;transactionTime&quot;: &quot;A String&quot;, # Required. The time when the transaction was completed.
325329
&quot;userTaxAddress&quot;: { # User&#x27;s address for the external transaction. # Required. User address for tax computation.

googleapiclient/discovery_cache/documents/androidpublisher.v3.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@
47314731
}
47324732
}
47334733
},
4734-
"revision": "20240617",
4734+
"revision": "20240624",
47354735
"rootUrl": "https://androidpublisher.googleapis.com/",
47364736
"schemas": {
47374737
"Abi": {
@@ -6298,6 +6298,11 @@
62986298
"description": "Output only. If set, this transaction was a test purchase. Google will not charge for a test transaction.",
62996299
"readOnly": true
63006300
},
6301+
"transactionProgramCode": {
6302+
"description": "Optional. The transaction program code, used to help determine service fee for apps partcipating in special partner programs. This field can not be used for external offers transactions. Developers participating in the Play Media Experience Program (https://play.google.com/console/about/programs/mediaprogram/) must provide the program code when reporting alternative billing external transactions. If you are an eligible developer, please contact your BDM for more information on how to set this field.",
6303+
"format": "int32",
6304+
"type": "integer"
6305+
},
63016306
"transactionState": {
63026307
"description": "Output only. The current state of the transaction.",
63036308
"enum": [

0 commit comments

Comments
 (0)