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 Jul 14, 2023
1 parent cd9f399 commit ee52e68
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9734,7 +9734,7 @@
"$ref": "#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction"
},
"type": {
"description": "The type of the cash balance transaction. One of `applied_to_payment`, `unapplied_from_payment`, `refunded_from_payment`, `funded`, `return_initiated`, or `return_canceled`. New types may be added in future. See [Customer Balance](https://stripe.com/docs/payments/customer-balance#types) to learn more about these types.",
"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": [
"applied_to_payment",
"funded",
Expand Down
6 changes: 2 additions & 4 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9336,10 +9336,8 @@ components:
#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction
type:
description: >-
The type of the cash balance transaction. One of
`applied_to_payment`, `unapplied_from_payment`,
`refunded_from_payment`, `funded`, `return_initiated`, or
`return_canceled`. New types may be added in future. See [Customer
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
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7047,7 +7047,7 @@
"$ref": "#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction"
},
"type": {
"description": "The type of the cash balance transaction. One of `applied_to_payment`, `unapplied_from_payment`, `refunded_from_payment`, `funded`, `return_initiated`, or `return_canceled`. New types may be added in future. See [Customer Balance](https://stripe.com/docs/payments/customer-balance#types) to learn more about these types.",
"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": [
"applied_to_payment",
"funded",
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8814,7 +8814,7 @@
"$ref": "#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction"
},
"type": {
"description": "The type of the cash balance transaction. One of `applied_to_payment`, `unapplied_from_payment`, `refunded_from_payment`, `funded`, `return_initiated`, or `return_canceled`. New types may be added in future. See [Customer Balance](https://stripe.com/docs/payments/customer-balance#types) to learn more about these types.",
"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": [
"applied_to_payment",
"funded",
Expand Down
6 changes: 2 additions & 4 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8459,10 +8459,8 @@ components:
#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction
type:
description: >-
The type of the cash balance transaction. One of
`applied_to_payment`, `unapplied_from_payment`,
`refunded_from_payment`, `funded`, `return_initiated`, or
`return_canceled`. New types may be added in future. See [Customer
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
6 changes: 2 additions & 4 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7025,10 +7025,8 @@ components:
#/components/schemas/customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction
type:
description: >-
The type of the cash balance transaction. One of
`applied_to_payment`, `unapplied_from_payment`,
`refunded_from_payment`, `funded`, `return_initiated`, or
`return_canceled`. New types may be added in future. See [Customer
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

0 comments on commit ee52e68

Please sign in to comment.