You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/androidpublisher_v3.externaltransactions.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ <h3>Method Details</h3>
136
136
},
137
137
"testPurchase": { # 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.
138
138
},
139
+
"transactionProgramCode": 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.
139
140
"transactionState": "A String", # Output only. The current state of the transaction.
140
141
"transactionTime": "A String", # Required. The time when the transaction was completed.
141
142
"userTaxAddress": { # User's address for the external transaction. # Required. User address for tax computation.
@@ -188,6 +189,7 @@ <h3>Method Details</h3>
188
189
},
189
190
"testPurchase": { # 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.
190
191
},
192
+
"transactionProgramCode": 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.
191
193
"transactionState": "A String", # Output only. The current state of the transaction.
192
194
"transactionTime": "A String", # Required. The time when the transaction was completed.
193
195
"userTaxAddress": { # User's address for the external transaction. # Required. User address for tax computation.
@@ -246,6 +248,7 @@ <h3>Method Details</h3>
246
248
},
247
249
"testPurchase": { # 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.
248
250
},
251
+
"transactionProgramCode": 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.
249
252
"transactionState": "A String", # Output only. The current state of the transaction.
250
253
"transactionTime": "A String", # Required. The time when the transaction was completed.
251
254
"userTaxAddress": { # User's address for the external transaction. # Required. User address for tax computation.
@@ -320,6 +323,7 @@ <h3>Method Details</h3>
320
323
},
321
324
"testPurchase": { # 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.
322
325
},
326
+
"transactionProgramCode": 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.
323
327
"transactionState": "A String", # Output only. The current state of the transaction.
324
328
"transactionTime": "A String", # Required. The time when the transaction was completed.
325
329
"userTaxAddress": { # User's address for the external transaction. # Required. User address for tax computation.
"description": "Output only. If set, this transaction was a test purchase. Google will not charge for a test transaction.",
6299
6299
"readOnly": true
6300
6300
},
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
+
},
6301
6306
"transactionState": {
6302
6307
"description": "Output only. The current state of the transaction.",
0 commit comments