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
parent: string, Required. The parent resource where this external transaction will be created. Format: applications/{package_name} (required)
101
+
body: object, The request body.
102
+
The object takes the form of:
103
+
104
+
{ # The details of an external transaction.
105
+
"createTime": "A String", # Output only. The time when this transaction was created. This is the time when Google was notified of the transaction.
106
+
"currentPreTaxAmount": { # Definition of a price, i.e. currency and units. # Output only. The current transaction amount before tax. This represents the current pre-tax amount including any refunds that may have been applied to this transaction.
107
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
108
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
109
+
},
110
+
"currentTaxAmount": { # Definition of a price, i.e. currency and units. # Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.
111
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
112
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
113
+
},
114
+
"externalTransactionId": "A String", # Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.
115
+
"oneTimeTransaction": { # Represents a one-time transaction. # This is a one-time transaction and not part of a subscription.
116
+
"externalTransactionToken": "A String", # Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched.
117
+
},
118
+
"originalPreTaxAmount": { # Definition of a price, i.e. currency and units. # Required. The original transaction amount before taxes. This represents the pre-tax amount originally notified to Google before any refunds were applied.
119
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
120
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
121
+
},
122
+
"originalTaxAmount": { # Definition of a price, i.e. currency and units. # Required. The original tax amount. This represents the tax amount originally notified to Google before any refunds were applied.
123
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
124
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
125
+
},
126
+
"packageName": "A String", # Output only. The resource name of the external transaction. The package name of the application the inapp products were sold (for example, 'com.some.app').
127
+
"recurringTransaction": { # Represents a transaction that is part of a recurring series of payments. This can be a subscription or a one-time product with multiple payments (such as preorder). # This transaction is part of a recurring series of transactions.
128
+
"externalSubscription": { # Details of an external subscription. # Details of an external subscription.
129
+
"subscriptionType": "A String", # Required. The type of the external subscription.
130
+
},
131
+
"externalTransactionToken": "A String", # 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.
132
+
"initialExternalTransactionId": "A String", # 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.
133
+
},
134
+
"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.
135
+
},
136
+
"transactionState": "A String", # Output only. The current state of the transaction.
137
+
"transactionTime": "A String", # Required. The time when the transaction was completed.
138
+
"userTaxAddress": { # User's address for the external transaction. # Required. User address for tax computation.
139
+
"regionCode": "A String", # Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
140
+
},
141
+
}
142
+
143
+
externalTransactionId: string, Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-z0-9_-/.
144
+
x__xgafv: string, V1 error format.
145
+
Allowed values
146
+
1 - v1 error format
147
+
2 - v2 error format
148
+
149
+
Returns:
150
+
An object of the form:
151
+
152
+
{ # The details of an external transaction.
153
+
"createTime": "A String", # Output only. The time when this transaction was created. This is the time when Google was notified of the transaction.
154
+
"currentPreTaxAmount": { # Definition of a price, i.e. currency and units. # Output only. The current transaction amount before tax. This represents the current pre-tax amount including any refunds that may have been applied to this transaction.
155
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
156
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
157
+
},
158
+
"currentTaxAmount": { # Definition of a price, i.e. currency and units. # Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.
159
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
160
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
161
+
},
162
+
"externalTransactionId": "A String", # Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.
163
+
"oneTimeTransaction": { # Represents a one-time transaction. # This is a one-time transaction and not part of a subscription.
164
+
"externalTransactionToken": "A String", # Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched.
165
+
},
166
+
"originalPreTaxAmount": { # Definition of a price, i.e. currency and units. # Required. The original transaction amount before taxes. This represents the pre-tax amount originally notified to Google before any refunds were applied.
167
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
168
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
169
+
},
170
+
"originalTaxAmount": { # Definition of a price, i.e. currency and units. # Required. The original tax amount. This represents the tax amount originally notified to Google before any refunds were applied.
171
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
172
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
173
+
},
174
+
"packageName": "A String", # Output only. The resource name of the external transaction. The package name of the application the inapp products were sold (for example, 'com.some.app').
175
+
"recurringTransaction": { # Represents a transaction that is part of a recurring series of payments. This can be a subscription or a one-time product with multiple payments (such as preorder). # This transaction is part of a recurring series of transactions.
176
+
"externalSubscription": { # Details of an external subscription. # Details of an external subscription.
177
+
"subscriptionType": "A String", # Required. The type of the external subscription.
178
+
},
179
+
"externalTransactionToken": "A String", # 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.
180
+
"initialExternalTransactionId": "A String", # 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.
181
+
},
182
+
"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.
183
+
},
184
+
"transactionState": "A String", # Output only. The current state of the transaction.
185
+
"transactionTime": "A String", # Required. The time when the transaction was completed.
186
+
"userTaxAddress": { # User's address for the external transaction. # Required. User address for tax computation.
187
+
"regionCode": "A String", # Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
name: string, Required. The name of the external transaction to retrieve. Format: applications/{package_name}/externalTransactions/{external_transaction} (required)
198
+
x__xgafv: string, V1 error format.
199
+
Allowed values
200
+
1 - v1 error format
201
+
2 - v2 error format
202
+
203
+
Returns:
204
+
An object of the form:
205
+
206
+
{ # The details of an external transaction.
207
+
"createTime": "A String", # Output only. The time when this transaction was created. This is the time when Google was notified of the transaction.
208
+
"currentPreTaxAmount": { # Definition of a price, i.e. currency and units. # Output only. The current transaction amount before tax. This represents the current pre-tax amount including any refunds that may have been applied to this transaction.
209
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
210
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
211
+
},
212
+
"currentTaxAmount": { # Definition of a price, i.e. currency and units. # Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.
213
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
214
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
215
+
},
216
+
"externalTransactionId": "A String", # Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.
217
+
"oneTimeTransaction": { # Represents a one-time transaction. # This is a one-time transaction and not part of a subscription.
218
+
"externalTransactionToken": "A String", # Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched.
219
+
},
220
+
"originalPreTaxAmount": { # Definition of a price, i.e. currency and units. # Required. The original transaction amount before taxes. This represents the pre-tax amount originally notified to Google before any refunds were applied.
221
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
222
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
223
+
},
224
+
"originalTaxAmount": { # Definition of a price, i.e. currency and units. # Required. The original tax amount. This represents the tax amount originally notified to Google before any refunds were applied.
225
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
226
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
227
+
},
228
+
"packageName": "A String", # Output only. The resource name of the external transaction. The package name of the application the inapp products were sold (for example, 'com.some.app').
229
+
"recurringTransaction": { # Represents a transaction that is part of a recurring series of payments. This can be a subscription or a one-time product with multiple payments (such as preorder). # This transaction is part of a recurring series of transactions.
230
+
"externalSubscription": { # Details of an external subscription. # Details of an external subscription.
231
+
"subscriptionType": "A String", # Required. The type of the external subscription.
232
+
},
233
+
"externalTransactionToken": "A String", # 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.
234
+
"initialExternalTransactionId": "A String", # 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.
235
+
},
236
+
"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.
237
+
},
238
+
"transactionState": "A String", # Output only. The current state of the transaction.
239
+
"transactionTime": "A String", # Required. The time when the transaction was completed.
240
+
"userTaxAddress": { # User's address for the external transaction. # Required. User address for tax computation.
241
+
"regionCode": "A String", # Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
<pre>Refunds or partially refunds an existing external transaction.
249
+
250
+
Args:
251
+
name: string, Required. The name of the external transaction that will be refunded. Format: applications/{package_name}/externalTransactions/{external_transaction} (required)
252
+
body: object, The request body.
253
+
The object takes the form of:
254
+
255
+
{ # A request to refund an existing external transaction.
256
+
"fullRefund": { # A full refund of the remaining amount of a transaction. # A full-amount refund.
257
+
},
258
+
"partialRefund": { # A partial refund of a transaction. # A partial refund.
259
+
"refundId": "A String", # Required. A unique id distinguishing this partial refund. If the refund is successful, subsequent refunds with the same id will fail. Must be unique across refunds for one individual transaction.
260
+
"refundPreTaxAmount": { # Definition of a price, i.e. currency and units. # Required. The pre-tax amount of the partial refund. Should be less than the remaining pre-tax amount of the transaction.
261
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
262
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
263
+
},
264
+
},
265
+
"refundTime": "A String", # Required. The time that the transaction was refunded.
266
+
}
267
+
268
+
x__xgafv: string, V1 error format.
269
+
Allowed values
270
+
1 - v1 error format
271
+
2 - v2 error format
272
+
273
+
Returns:
274
+
An object of the form:
275
+
276
+
{ # The details of an external transaction.
277
+
"createTime": "A String", # Output only. The time when this transaction was created. This is the time when Google was notified of the transaction.
278
+
"currentPreTaxAmount": { # Definition of a price, i.e. currency and units. # Output only. The current transaction amount before tax. This represents the current pre-tax amount including any refunds that may have been applied to this transaction.
279
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
280
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
281
+
},
282
+
"currentTaxAmount": { # Definition of a price, i.e. currency and units. # Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.
283
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
284
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
285
+
},
286
+
"externalTransactionId": "A String", # Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.
287
+
"oneTimeTransaction": { # Represents a one-time transaction. # This is a one-time transaction and not part of a subscription.
288
+
"externalTransactionToken": "A String", # Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched.
289
+
},
290
+
"originalPreTaxAmount": { # Definition of a price, i.e. currency and units. # Required. The original transaction amount before taxes. This represents the pre-tax amount originally notified to Google before any refunds were applied.
291
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
292
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
293
+
},
294
+
"originalTaxAmount": { # Definition of a price, i.e. currency and units. # Required. The original tax amount. This represents the tax amount originally notified to Google before any refunds were applied.
295
+
"currency": "A String", # 3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java
296
+
"priceMicros": "A String", # Price in 1/million of the currency base unit, represented as a string.
297
+
},
298
+
"packageName": "A String", # Output only. The resource name of the external transaction. The package name of the application the inapp products were sold (for example, 'com.some.app').
299
+
"recurringTransaction": { # Represents a transaction that is part of a recurring series of payments. This can be a subscription or a one-time product with multiple payments (such as preorder). # This transaction is part of a recurring series of transactions.
300
+
"externalSubscription": { # Details of an external subscription. # Details of an external subscription.
301
+
"subscriptionType": "A String", # Required. The type of the external subscription.
302
+
},
303
+
"externalTransactionToken": "A String", # 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.
304
+
"initialExternalTransactionId": "A String", # 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.
305
+
},
306
+
"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.
307
+
},
308
+
"transactionState": "A String", # Output only. The current state of the transaction.
309
+
"transactionTime": "A String", # Required. The time when the transaction was completed.
310
+
"userTaxAddress": { # User's address for the external transaction. # Required. User address for tax computation.
311
+
"regionCode": "A String", # Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).
"description": "Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-z0-9_-/.",
1860
+
"location": "query",
1861
+
"type": "string"
1862
+
},
1863
+
"parent": {
1864
+
"description": "Required. The parent resource where this external transaction will be created. Format: applications/{package_name}",
"description": "Required. The name of the external transaction to retrieve. Format: applications/{package_name}/externalTransactions/{external_transaction}",
"description": "Required. The name of the external transaction that will be refunded. Format: applications/{package_name}/externalTransactions/{external_transaction}",
"description": "Details of an external subscription.",
4848
+
"id": "ExternalSubscription",
4849
+
"properties": {
4850
+
"subscriptionType": {
4851
+
"description": "Required. The type of the external subscription.",
4852
+
"enum": [
4853
+
"SUBSCRIPTION_TYPE_UNSPECIFIED",
4854
+
"RECURRING",
4855
+
"PREPAID"
4856
+
],
4857
+
"enumDescriptions": [
4858
+
"Unspecified, do not use.",
4859
+
"This is a recurring subscription where the user is charged every billing cycle.",
4860
+
"This is a prepaid subscription where the user pays up front."
4861
+
],
4862
+
"type": "string"
4863
+
}
4864
+
},
4865
+
"type": "object"
4866
+
},
4867
+
"ExternalTransaction": {
4868
+
"description": "The details of an external transaction.",
4869
+
"id": "ExternalTransaction",
4870
+
"properties": {
4871
+
"createTime": {
4872
+
"description": "Output only. The time when this transaction was created. This is the time when Google was notified of the transaction.",
4873
+
"format": "google-datetime",
4874
+
"readOnly": true,
4875
+
"type": "string"
4876
+
},
4877
+
"currentPreTaxAmount": {
4878
+
"$ref": "Price",
4879
+
"description": "Output only. The current transaction amount before tax. This represents the current pre-tax amount including any refunds that may have been applied to this transaction.",
4880
+
"readOnly": true
4881
+
},
4882
+
"currentTaxAmount": {
4883
+
"$ref": "Price",
4884
+
"description": "Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.",
4885
+
"readOnly": true
4886
+
},
4887
+
"externalTransactionId": {
4888
+
"description": "Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.",
4889
+
"readOnly": true,
4890
+
"type": "string"
4891
+
},
4892
+
"oneTimeTransaction": {
4893
+
"$ref": "OneTimeExternalTransaction",
4894
+
"description": "This is a one-time transaction and not part of a subscription."
4895
+
},
4896
+
"originalPreTaxAmount": {
4897
+
"$ref": "Price",
4898
+
"description": "Required. The original transaction amount before taxes. This represents the pre-tax amount originally notified to Google before any refunds were applied."
4899
+
},
4900
+
"originalTaxAmount": {
4901
+
"$ref": "Price",
4902
+
"description": "Required. The original tax amount. This represents the tax amount originally notified to Google before any refunds were applied."
4903
+
},
4904
+
"packageName": {
4905
+
"description": "Output only. The resource name of the external transaction. The package name of the application the inapp products were sold (for example, 'com.some.app').",
4906
+
"readOnly": true,
4907
+
"type": "string"
4908
+
},
4909
+
"recurringTransaction": {
4910
+
"$ref": "RecurringExternalTransaction",
4911
+
"description": "This transaction is part of a recurring series of transactions."
4912
+
},
4913
+
"testPurchase": {
4914
+
"$ref": "ExternalTransactionTestPurchase",
4915
+
"description": "Output only. If set, this transaction was a test purchase. Google will not charge for a test transaction.",
4916
+
"readOnly": true
4917
+
},
4918
+
"transactionState": {
4919
+
"description": "Output only. The current state of the transaction.",
4920
+
"enum": [
4921
+
"TRANSACTION_STATE_UNSPECIFIED",
4922
+
"TRANSACTION_REPORTED",
4923
+
"TRANSACTION_CANCELED"
4924
+
],
4925
+
"enumDescriptions": [
4926
+
"Unspecified transaction state. Not used.",
4927
+
"The transaction has been successfully reported to Google.",
4928
+
"The transaction has been fully refunded."
4929
+
],
4930
+
"readOnly": true,
4931
+
"type": "string"
4932
+
},
4933
+
"transactionTime": {
4934
+
"description": "Required. The time when the transaction was completed.",
4935
+
"format": "google-datetime",
4936
+
"type": "string"
4937
+
},
4938
+
"userTaxAddress": {
4939
+
"$ref": "ExternalTransactionAddress",
4940
+
"description": "Required. User address for tax computation."
4941
+
}
4942
+
},
4943
+
"type": "object"
4944
+
},
4945
+
"ExternalTransactionAddress": {
4946
+
"description": "User's address for the external transaction.",
4947
+
"id": "ExternalTransactionAddress",
4948
+
"properties": {
4949
+
"regionCode": {
4950
+
"description": "Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).",
4951
+
"type": "string"
4952
+
}
4953
+
},
4954
+
"type": "object"
4955
+
},
4956
+
"ExternalTransactionTestPurchase": {
4957
+
"description": "Represents a transaction performed using a test account. These transactions will not be charged by Google.",
4958
+
"id": "ExternalTransactionTestPurchase",
4959
+
"properties": {},
4960
+
"type": "object"
4961
+
},
4756
4962
"ExternallyHostedApk": {
4757
4963
"description": "Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations.",
4758
4964
"id": "ExternallyHostedApk",
@@ -4836,6 +5042,12 @@
4836
5042
},
4837
5043
"type": "object"
4838
5044
},
5045
+
"FullRefund": {
5046
+
"description": "A full refund of the remaining amount of a transaction.",
5047
+
"id": "FullRefund",
5048
+
"properties": {},
5049
+
"type": "object"
5050
+
},
4839
5051
"GeneratedApksListResponse": {
4840
5052
"description": "Response to list generated APKs.",
4841
5053
"id": "GeneratedApksListResponse",
@@ -5486,6 +5698,17 @@
5486
5698
},
5487
5699
"type": "object"
5488
5700
},
5701
+
"OneTimeExternalTransaction": {
5702
+
"description": "Represents a one-time transaction.",
5703
+
"id": "OneTimeExternalTransaction",
5704
+
"properties": {
5705
+
"externalTransactionToken": {
5706
+
"description": "Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched.",
5707
+
"type": "string"
5708
+
}
5709
+
},
5710
+
"type": "object"
5711
+
},
5489
5712
"OtherRegionsBasePlanConfig": {
5490
5713
"description": "Pricing information for any new locations Play may launch in.",
5491
5714
"id": "OtherRegionsBasePlanConfig",
@@ -5573,6 +5796,21 @@
5573
5796
},
5574
5797
"type": "object"
5575
5798
},
5799
+
"PartialRefund": {
5800
+
"description": "A partial refund of a transaction.",
5801
+
"id": "PartialRefund",
5802
+
"properties": {
5803
+
"refundId": {
5804
+
"description": "Required. A unique id distinguishing this partial refund. If the refund is successful, subsequent refunds with the same id will fail. Must be unique across refunds for one individual transaction.",
5805
+
"type": "string"
5806
+
},
5807
+
"refundPreTaxAmount": {
5808
+
"$ref": "Price",
5809
+
"description": "Required. The pre-tax amount of the partial refund. Should be less than the remaining pre-tax amount of the transaction."
5810
+
}
5811
+
},
5812
+
"type": "object"
5813
+
},
5576
5814
"PausedStateContext": {
5577
5815
"description": "Information specific to a subscription in paused state.",
5578
5816
"id": "PausedStateContext",
@@ -5717,6 +5955,45 @@
5717
5955
},
5718
5956
"type": "object"
5719
5957
},
5958
+
"RecurringExternalTransaction": {
5959
+
"description": "Represents a transaction that is part of a recurring series of payments. This can be a subscription or a one-time product with multiple payments (such as preorder).",
5960
+
"id": "RecurringExternalTransaction",
5961
+
"properties": {
5962
+
"externalSubscription": {
5963
+
"$ref": "ExternalSubscription",
5964
+
"description": "Details of an external subscription."
5965
+
},
5966
+
"externalTransactionToken": {
5967
+
"description": "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.",
5968
+
"type": "string"
5969
+
},
5970
+
"initialExternalTransactionId": {
5971
+
"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.",
5972
+
"type": "string"
5973
+
}
5974
+
},
5975
+
"type": "object"
5976
+
},
5977
+
"RefundExternalTransactionRequest": {
5978
+
"description": "A request to refund an existing external transaction.",
5979
+
"id": "RefundExternalTransactionRequest",
5980
+
"properties": {
5981
+
"fullRefund": {
5982
+
"$ref": "FullRefund",
5983
+
"description": "A full-amount refund."
5984
+
},
5985
+
"partialRefund": {
5986
+
"$ref": "PartialRefund",
5987
+
"description": "A partial refund."
5988
+
},
5989
+
"refundTime": {
5990
+
"description": "Required. The time that the transaction was refunded.",
5991
+
"format": "google-datetime",
5992
+
"type": "string"
5993
+
}
5994
+
},
5995
+
"type": "object"
5996
+
},
5720
5997
"RegionalBasePlanConfig": {
5721
5998
"description": "Configuration for a base plan specific to a region.",
0 commit comments