Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Mar 7, 2024
1 parent cb45d00 commit f8e31c8
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
50 changes: 50 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -20815,6 +20815,13 @@
"type": "object",
"x-expandableFields": []
},
"invoice_payment_method_options_sepa_debit": {
"description": "",
"properties": {},
"title": "invoice_payment_method_options_sepa_debit",
"type": "object",
"x-expandableFields": []
},
"invoice_payment_method_options_us_bank_account": {
"description": "",
"properties": {
Expand Down Expand Up @@ -21681,6 +21688,15 @@
"description": "If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.",
"nullable": true
},
"sepa_debit": {
"anyOf": [
{
"$ref": "#/components/schemas/invoice_payment_method_options_sepa_debit"
}
],
"description": "If paying by `sepa_debit`, this sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent.",
"nullable": true
},
"us_bank_account": {
"anyOf": [
{
Expand All @@ -21697,6 +21713,7 @@
"card",
"customer_balance",
"konbini",
"sepa_debit",
"us_bank_account"
],
"title": "InvoicesPaymentMethodOptions",
Expand All @@ -21707,6 +21724,7 @@
"card",
"customer_balance",
"konbini",
"sepa_debit",
"us_bank_account"
]
},
Expand Down Expand Up @@ -101342,6 +101360,22 @@
],
"description": "If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent."
},
"sepa_debit": {
"anyOf": [
{
"properties": {},
"title": "invoice_payment_method_options_param",
"type": "object"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "If paying by `sepa_debit`, this sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent."
},
"us_bank_account": {
"anyOf": [
{
Expand Down Expand Up @@ -112500,6 +112534,22 @@
],
"description": "If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent."
},
"sepa_debit": {
"anyOf": [
{
"properties": {},
"title": "invoice_payment_method_options_param",
"type": "object"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "If paying by `sepa_debit`, this sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent."
},
"us_bank_account": {
"anyOf": [
{
Expand Down
47 changes: 47 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -13554,6 +13554,13 @@
"type": "object",
"x-expandableFields": []
},
"invoice_payment_method_options_sepa_debit": {
"description": "",
"properties": {},
"title": "invoice_payment_method_options_sepa_debit",
"type": "object",
"x-expandableFields": []
},
"invoice_payment_method_options_us_bank_account": {
"description": "",
"properties": {
Expand Down Expand Up @@ -14257,6 +14264,15 @@
"description": "If paying by `konbini`, this sub-hash contains details about the Konbini payment method options to pass to the invoice’s PaymentIntent.",
"nullable": true
},
"sepa_debit": {
"anyOf": [
{
"$ref": "#/components/schemas/invoice_payment_method_options_sepa_debit"
}
],
"description": "If paying by `sepa_debit`, this sub-hash contains details about the SEPA Direct Debit payment method options to pass to the invoice’s PaymentIntent.",
"nullable": true
},
"us_bank_account": {
"anyOf": [
{
Expand All @@ -14275,6 +14291,7 @@
"card",
"customer_balance",
"konbini",
"sepa_debit",
"us_bank_account"
]
},
Expand Down Expand Up @@ -79616,6 +79633,21 @@
}
]
},
"sepa_debit": {
"anyOf": [
{
"properties": {},
"title": "invoice_payment_method_options_param",
"type": "object"
},
{
"enum": [
""
],
"type": "string"
}
]
},
"us_bank_account": {
"anyOf": [
{
Expand Down Expand Up @@ -82842,6 +82874,21 @@
}
]
},
"sepa_debit": {
"anyOf": [
{
"properties": {},
"title": "invoice_payment_method_options_param",
"type": "object"
},
{
"enum": [
""
],
"type": "string"
}
]
},
"us_bank_account": {
"anyOf": [
{
Expand Down

0 comments on commit f8e31c8

Please sign in to comment.