Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Nov 9, 2023
1 parent 7535b3f commit c392d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -39696,7 +39696,7 @@
"type": "string"
},
"mandate": {
"description": "ID of the mandate used to make this payment.",
"description": "Find the ID of the mandate used for this payment under the [payment_method_details.sepa_debit.mandate](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-sepa_debit-mandate) property on the Charge. Use this mandate ID to [retrieve the Mandate](https://stripe.com/docs/api/mandates/retrieve).",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26237,7 +26237,7 @@
"type": "string"
},
"mandate": {
"description": "ID of the mandate used to make this payment.",
"description": "Find the ID of the mandate used for this payment under the [payment_method_details.sepa_debit.mandate](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-sepa_debit-mandate) property on the Charge. Use this mandate ID to [retrieve the Mandate](https://stripe.com/docs/api/mandates/retrieve).",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down

0 comments on commit c392d77

Please sign in to comment.