Skip to content

Commit

Permalink
OpenAPI Update (#343)
Browse files Browse the repository at this point in the history
Update OpenAPI for 988724b77e60780dfb505366eb2dad386229f0b2

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 20, 2022
1 parent 7f0d738 commit a19a34a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6608,6 +6608,12 @@
"nullable": true,
"type": "string"
},
"default_currency": {
"description": "The default three-letter [ISO code for the currency](https://stripe.com/docs/currencies) that the customer will be charged in for billing purposes.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"default_source": {
"anyOf": [
{
Expand Down Expand Up @@ -6683,6 +6689,13 @@
"maxLength": 5000,
"type": "string"
},
"invoice_credit_balance": {
"additionalProperties": {
"type": "integer"
},
"description": "The current multi-currency balances, if any, being stored on the customer.If positive in a currency, the customer has a credit to apply to their next invoice denominated in that currency.If negative, the customer has an amount owed that will be added to their next invoice denominated in that currency. These balances do not refer to any unpaid invoices.They solely track amounts that have yet to be successfully applied to any invoice. A balance in a particular currency is only applied to any invoice as an invoice in that currency is finalized.",
"type": "object"
},
"invoice_prefix": {
"description": "The prefix for the customer used to generate unique invoice numbers.",
"maxLength": 5000,
Expand Down Expand Up @@ -74439,6 +74452,10 @@
],
"type": "string"
},
"currency": {
"description": "The currency to create this invoice in. Defaults to that of `customer` if not specified.",
"type": "string"
},
"custom_fields": {
"anyOf": [
{
Expand Down

0 comments on commit a19a34a

Please sign in to comment.