Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stripe committed Sep 15, 2022
1 parent 327f000 commit d7d5a1e
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 14 deletions.
14 changes: 11 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -25458,12 +25458,12 @@
"type": "string"
},
"image_url_png": {
"description": "​​The image_url_png string used to render png QR code",
"description": "The image_url_png string used to render png QR code",
"maxLength": 5000,
"type": "string"
},
"image_url_svg": {
"description": "​​The image_url_svg string used to render svg QR code",
"description": "The image_url_svg string used to render svg QR code",
"maxLength": 5000,
"type": "string"
}
Expand Down Expand Up @@ -71982,7 +71982,7 @@
},
"type": "array"
},
"pin": {
"giftcard_pin": {
"description": "The pin associated with the gift card. Not all gift cards have pins.",
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -84740,6 +84740,10 @@
"schema": {
"additionalProperties": false,
"properties": {
"amount": {
"description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If not set, defaults to the full transaction amount.",
"type": "integer"
},
"evidence": {
"description": "Evidence provided for the dispute.",
"properties": {
Expand Down Expand Up @@ -85439,6 +85443,10 @@
"schema": {
"additionalProperties": false,
"properties": {
"amount": {
"description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"evidence": {
"description": "Evidence provided for the dispute.",
"properties": {
Expand Down
15 changes: 12 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20758,11 +20758,11 @@ components:
maxLength: 5000
type: string
image_url_png:
description: "​​The image_url_png string used to render png QR code"
description: The image_url_png string used to render png QR code
maxLength: 5000
type: string
image_url_svg:
description: "​​The image_url_svg string used to render svg QR code"
description: The image_url_svg string used to render svg QR code
maxLength: 5000
type: string
title: PaymentIntentNextActionPixDisplayQrCode
Expand Down Expand Up @@ -58480,7 +58480,7 @@ paths:
maxLength: 5000
type: string
type: array
pin:
giftcard_pin:
description: The pin associated with the gift card. Not all gift
cards have pins.
maxLength: 5000
Expand Down Expand Up @@ -69314,6 +69314,11 @@ paths:
schema:
additionalProperties: false
properties:
amount:
description: The dispute amount in the card's currency and in the
[smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).
If not set, defaults to the full transaction amount.
type: integer
evidence:
description: Evidence provided for the dispute.
properties:
Expand Down Expand Up @@ -69786,6 +69791,10 @@ paths:
schema:
additionalProperties: false
properties:
amount:
description: The dispute amount in the card's currency and in the
[smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).
type: integer
evidence:
description: Evidence provided for the dispute.
properties:
Expand Down
12 changes: 10 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -20491,12 +20491,12 @@
"type": "string"
},
"image_url_png": {
"description": "​​The image_url_png string used to render png QR code",
"description": "The image_url_png string used to render png QR code",
"maxLength": 5000,
"type": "string"
},
"image_url_svg": {
"description": "​​The image_url_svg string used to render svg QR code",
"description": "The image_url_svg string used to render svg QR code",
"maxLength": 5000,
"type": "string"
}
Expand Down Expand Up @@ -83697,6 +83697,10 @@
"schema": {
"additionalProperties": false,
"properties": {
"amount": {
"description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If not set, defaults to the full transaction amount.",
"type": "integer"
},
"evidence": {
"description": "Evidence provided for the dispute.",
"properties": {
Expand Down Expand Up @@ -84349,6 +84353,10 @@
"schema": {
"additionalProperties": false,
"properties": {
"amount": {
"description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"evidence": {
"description": "Evidence provided for the dispute.",
"properties": {
Expand Down
12 changes: 10 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -24752,12 +24752,12 @@
"type": "string"
},
"image_url_png": {
"description": "​​The image_url_png string used to render png QR code",
"description": "The image_url_png string used to render png QR code",
"maxLength": 5000,
"type": "string"
},
"image_url_svg": {
"description": "​​The image_url_svg string used to render svg QR code",
"description": "The image_url_svg string used to render svg QR code",
"maxLength": 5000,
"type": "string"
}
Expand Down Expand Up @@ -81814,6 +81814,10 @@
"schema": {
"additionalProperties": false,
"properties": {
"amount": {
"description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal). If not set, defaults to the full transaction amount.",
"type": "integer"
},
"evidence": {
"description": "Evidence provided for the dispute.",
"properties": {
Expand Down Expand Up @@ -82513,6 +82517,10 @@
"schema": {
"additionalProperties": false,
"properties": {
"amount": {
"description": "The dispute amount in the card's currency and in the [smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).",
"type": "integer"
},
"evidence": {
"description": "Evidence provided for the dispute.",
"properties": {
Expand Down
13 changes: 11 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20195,11 +20195,11 @@ components:
maxLength: 5000
type: string
image_url_png:
description: "​​The image_url_png string used to render png QR code"
description: The image_url_png string used to render png QR code
maxLength: 5000
type: string
image_url_svg:
description: "​​The image_url_svg string used to render svg QR code"
description: The image_url_svg string used to render svg QR code
maxLength: 5000
type: string
title: PaymentIntentNextActionPixDisplayQrCode
Expand Down Expand Up @@ -67148,6 +67148,11 @@ paths:
schema:
additionalProperties: false
properties:
amount:
description: The dispute amount in the card's currency and in the
[smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).
If not set, defaults to the full transaction amount.
type: integer
evidence:
description: Evidence provided for the dispute.
properties:
Expand Down Expand Up @@ -67620,6 +67625,10 @@ paths:
schema:
additionalProperties: false
properties:
amount:
description: The dispute amount in the card's currency and in the
[smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).
type: integer
evidence:
description: Evidence provided for the dispute.
properties:
Expand Down
13 changes: 11 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16898,11 +16898,11 @@ components:
maxLength: 5000
type: string
image_url_png:
description: "​​The image_url_png string used to render png QR code"
description: The image_url_png string used to render png QR code
maxLength: 5000
type: string
image_url_svg:
description: "​​The image_url_svg string used to render svg QR code"
description: The image_url_svg string used to render svg QR code
maxLength: 5000
type: string
title: PaymentIntentNextActionPixDisplayQrCode
Expand Down Expand Up @@ -65889,6 +65889,11 @@ paths:
schema:
additionalProperties: false
properties:
amount:
description: The dispute amount in the card's currency and in the
[smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).
If not set, defaults to the full transaction amount.
type: integer
evidence:
description: Evidence provided for the dispute.
properties:
Expand Down Expand Up @@ -66275,6 +66280,10 @@ paths:
schema:
additionalProperties: false
properties:
amount:
description: The dispute amount in the card's currency and in the
[smallest currency unit](https://stripe.com/docs/currencies#zero-decimal).
type: integer
evidence:
description: Evidence provided for the dispute.
properties:
Expand Down

0 comments on commit d7d5a1e

Please sign in to comment.