Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 18, 2023
1 parent 882439b commit d4e3603
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 0 deletions.
21 changes: 21 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8945,6 +8945,25 @@
"customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft": {
"description": "",
"properties": {
"balance_transaction": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/balance_transaction"
}
],
"description": "The [Balance Transaction](docs/api/balance_transactions/object) that corresponds to funds taken out of your Stripe balance.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/balance_transaction"
}
]
}
},
"linked_transaction": {
"anyOf": [
{
Expand All @@ -8966,11 +8985,13 @@
}
},
"required": [
"balance_transaction",
"linked_transaction"
],
"title": "CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft",
"type": "object",
"x-expandableFields": [
"balance_transaction",
"linked_transaction"
],
"x-stripeResource": {
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8674,6 +8674,17 @@ components:
customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft:
description: ''
properties:
balance_transaction:
anyOf:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/balance_transaction'
description: >-
The [Balance Transaction](docs/api/balance_transactions/object) that
corresponds to funds taken out of your Stripe balance.
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/balance_transaction'
linked_transaction:
anyOf:
- maxLength: 5000
Expand All @@ -8688,11 +8699,13 @@ components:
oneOf:
- $ref: '#/components/schemas/customer_cash_balance_transaction'
required:
- balance_transaction
- linked_transaction
title: >-
CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft
type: object
x-expandableFields:
- balance_transaction
- linked_transaction
x-stripeResource:
class_name: AdjustedForOverdraft
Expand Down
21 changes: 21 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6607,6 +6607,25 @@
"customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft": {
"description": "",
"properties": {
"balance_transaction": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/balance_transaction"
}
],
"description": "The [Balance Transaction](docs/api/balance_transactions/object) that corresponds to funds taken out of your Stripe balance.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/balance_transaction"
}
]
}
},
"linked_transaction": {
"anyOf": [
{
Expand All @@ -6628,11 +6647,13 @@
}
},
"required": [
"balance_transaction",
"linked_transaction"
],
"title": "CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft",
"type": "object",
"x-expandableFields": [
"balance_transaction",
"linked_transaction"
]
},
Expand Down
21 changes: 21 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8036,6 +8036,25 @@
"customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft": {
"description": "",
"properties": {
"balance_transaction": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/balance_transaction"
}
],
"description": "The [Balance Transaction](docs/api/balance_transactions/object) that corresponds to funds taken out of your Stripe balance.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/balance_transaction"
}
]
}
},
"linked_transaction": {
"anyOf": [
{
Expand All @@ -8057,11 +8076,13 @@
}
},
"required": [
"balance_transaction",
"linked_transaction"
],
"title": "CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft",
"type": "object",
"x-expandableFields": [
"balance_transaction",
"linked_transaction"
],
"x-stripeResource": {
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7804,6 +7804,17 @@ components:
customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft:
description: ''
properties:
balance_transaction:
anyOf:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/balance_transaction'
description: >-
The [Balance Transaction](docs/api/balance_transactions/object) that
corresponds to funds taken out of your Stripe balance.
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/balance_transaction'
linked_transaction:
anyOf:
- maxLength: 5000
Expand All @@ -7818,11 +7829,13 @@ components:
oneOf:
- $ref: '#/components/schemas/customer_cash_balance_transaction'
required:
- balance_transaction
- linked_transaction
title: >-
CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft
type: object
x-expandableFields:
- balance_transaction
- linked_transaction
x-stripeResource:
class_name: AdjustedForOverdraft
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6639,6 +6639,17 @@ components:
customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft:
description: ''
properties:
balance_transaction:
anyOf:
- maxLength: 5000
type: string
- $ref: '#/components/schemas/balance_transaction'
description: >-
The [Balance Transaction](docs/api/balance_transactions/object) that
corresponds to funds taken out of your Stripe balance.
x-expansionResources:
oneOf:
- $ref: '#/components/schemas/balance_transaction'
linked_transaction:
anyOf:
- maxLength: 5000
Expand All @@ -6653,11 +6664,13 @@ components:
oneOf:
- $ref: '#/components/schemas/customer_cash_balance_transaction'
required:
- balance_transaction
- linked_transaction
title: >-
CustomerBalanceResourceCashBalanceTransactionResourceAdjustedForOverdraft
type: object
x-expandableFields:
- balance_transaction
- linked_transaction
customer_balance_resource_cash_balance_transaction_resource_applied_to_payment_transaction:
description: ''
Expand Down

0 comments on commit d4e3603

Please sign in to comment.