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 Mar 21, 2023
1 parent 68fe2a1 commit b504ac0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -34366,6 +34366,11 @@
"description": "Total of all items in source currency after discounts and taxes are applied.",
"type": "integer"
},
"fx_rate": {
"description": "Exchange rate used to convert source currency amounts to customer currency amounts",
"format": "decimal",
"type": "string"
},
"source_currency": {
"description": "Creation currency of the CheckoutSession before localization",
"maxLength": 5000,
Expand All @@ -34375,6 +34380,7 @@
"required": [
"amount_subtotal",
"amount_total",
"fx_rate",
"source_currency"
],
"title": "PaymentPagesCheckoutSessionCurrencyConversion",
Expand Down
7 changes: 7 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31634,13 +31634,20 @@ components:
Total of all items in source currency after discounts and taxes are
applied.
type: integer
fx_rate:
description: >-
Exchange rate used to convert source currency amounts to customer
currency amounts
format: decimal
type: string
source_currency:
description: Creation currency of the CheckoutSession before localization
maxLength: 5000
type: string
required:
- amount_subtotal
- amount_total
- fx_rate
- source_currency
title: PaymentPagesCheckoutSessionCurrencyConversion
type: object
Expand Down

0 comments on commit b504ac0

Please sign in to comment.