Skip to content

Commit

Permalink
OpenAPI Update (#541)
Browse files Browse the repository at this point in the history
Update OpenAPI for d0b563b467bb49d13822d39472508751909cdc98

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Nov 20, 2023
1 parent bb3d310 commit 3e43047
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
40 changes: 40 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -11552,6 +11552,42 @@
"in_package": ""
}
},
"customer_balance_resource_cash_balance_transaction_resource_transferred_to_balance": {
"description": "",
"properties": {
"balance_transaction": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/balance_transaction"
}
],
"description": "The [Balance Transaction](https://stripe.com/docs/api/balance_transactions/object) that corresponds to funds transferred to your Stripe balance.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/balance_transaction"
}
]
}
}
},
"required": [
"balance_transaction"
],
"title": "CustomerBalanceResourceCashBalanceTransactionResourceTransferredToBalance",
"type": "object",
"x-expandableFields": [
"balance_transaction"
],
"x-stripeResource": {
"class_name": "TransferredToBalance",
"in_package": ""
}
},
"customer_balance_resource_cash_balance_transaction_resource_unapplied_from_payment_transaction": {
"description": "",
"properties": {
Expand Down Expand Up @@ -11863,6 +11899,9 @@
"refunded_from_payment": {
"$ref": "#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction"
},
"transferred_to_balance": {
"$ref": "#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_transferred_to_balance"
},
"type": {
"description": "The type of the cash balance transaction. New types may be added in future. See [Customer Balance](https://stripe.com/docs/payments/customer-balance#types) to learn more about these types.",
"enum": [
Expand Down Expand Up @@ -11901,6 +11940,7 @@
"customer",
"funded",
"refunded_from_payment",
"transferred_to_balance",
"unapplied_from_payment"
],
"x-resourceId": "customer_cash_balance_transaction",
Expand Down
36 changes: 36 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7140,6 +7140,38 @@
"refund"
]
},
"customer_balance_resource_cash_balance_transaction_resource_transferred_to_balance": {
"description": "",
"properties": {
"balance_transaction": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/balance_transaction"
}
],
"description": "The [Balance Transaction](https://stripe.com/docs/api/balance_transactions/object) that corresponds to funds transferred to your Stripe balance.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/balance_transaction"
}
]
}
}
},
"required": [
"balance_transaction"
],
"title": "CustomerBalanceResourceCashBalanceTransactionResourceTransferredToBalance",
"type": "object",
"x-expandableFields": [
"balance_transaction"
]
},
"customer_balance_resource_cash_balance_transaction_resource_unapplied_from_payment_transaction": {
"description": "",
"properties": {
Expand Down Expand Up @@ -7387,6 +7419,9 @@
"refunded_from_payment": {
"$ref": "#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction"
},
"transferred_to_balance": {
"$ref": "#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_transferred_to_balance"
},
"type": {
"description": "The type of the cash balance transaction. New types may be added in future. See [Customer Balance](https://stripe.com/docs/payments/customer-balance#types) to learn more about these types.",
"enum": [
Expand Down Expand Up @@ -7425,6 +7460,7 @@
"customer",
"funded",
"refunded_from_payment",
"transferred_to_balance",
"unapplied_from_payment"
],
"x-resourceId": "customer_cash_balance_transaction"
Expand Down

0 comments on commit 3e43047

Please sign in to comment.