From 882439b3d20636010fb1b0ff872be19c2802e6f8 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:34:44 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 4 ++++ openapi/spec3.beta.sdk.yaml | 6 ++++++ openapi/spec3.json | 4 ++++ openapi/spec3.sdk.json | 4 ++++ openapi/spec3.sdk.yaml | 6 ++++++ openapi/spec3.yaml | 6 ++++++ 6 files changed, 30 insertions(+) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 108719ae..ce584921 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -149351,6 +149351,10 @@ }, "type": "array" }, + "flat_amount": { + "description": "A flat amount to reverse across the entire transaction, in negative integer cents. This value represents the total amount to refund from the transaction, including taxes.", + "type": "integer" + }, "line_items": { "description": "The line item amounts to reverse.", "items": { diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index c4dffe37..0f626066 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -140901,6 +140901,12 @@ paths: maxLength: 5000 type: string type: array + flat_amount: + description: >- + A flat amount to reverse across the entire transaction, in + negative integer cents. This value represents the total + amount to refund from the transaction, including taxes. + type: integer line_items: description: The line item amounts to reverse. items: diff --git a/openapi/spec3.json b/openapi/spec3.json index 1bd60538..24711c3a 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -116636,6 +116636,10 @@ }, "type": "array" }, + "flat_amount": { + "description": "A flat amount to reverse across the entire transaction, in negative integer cents. This value represents the total amount to refund from the transaction, including taxes.", + "type": "integer" + }, "line_items": { "description": "The line item amounts to reverse.", "items": { diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index f02a956f..ed56cbdc 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -120530,6 +120530,10 @@ }, "type": "array" }, + "flat_amount": { + "description": "A flat amount to reverse across the entire transaction, in negative integer cents. This value represents the total amount to refund from the transaction, including taxes.", + "type": "integer" + }, "line_items": { "description": "The line item amounts to reverse.", "items": { diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 577dffe7..7637cb74 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -113845,6 +113845,12 @@ paths: maxLength: 5000 type: string type: array + flat_amount: + description: >- + A flat amount to reverse across the entire transaction, in + negative integer cents. This value represents the total + amount to refund from the transaction, including taxes. + type: integer line_items: description: The line item amounts to reverse. items: diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 1b1694ac..c61947ad 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -99031,6 +99031,12 @@ paths: maxLength: 5000 type: string type: array + flat_amount: + description: >- + A flat amount to reverse across the entire transaction, in + negative integer cents. This value represents the total + amount to refund from the transaction, including taxes. + type: integer line_items: description: The line item amounts to reverse. items: