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 Sep 11, 2023
1 parent 7681c11 commit 3266bea
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 4 deletions.
20 changes: 18 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -19565,10 +19565,16 @@
"description": "The fee charged by the ATM for the cash withdrawal.",
"nullable": true,
"type": "integer"
},
"cashback_amount": {
"description": "The amount of cash requested by the cardholder.",
"nullable": true,
"type": "integer"
}
},
"required": [
"atm_fee"
"atm_fee",
"cashback_amount"
],
"title": "IssuingAuthorizationAmountDetails",
"type": "object",
Expand Down Expand Up @@ -23277,10 +23283,16 @@
"description": "The fee charged by the ATM for the cash withdrawal.",
"nullable": true,
"type": "integer"
},
"cashback_amount": {
"description": "The amount of cash requested by the cardholder.",
"nullable": true,
"type": "integer"
}
},
"required": [
"atm_fee"
"atm_fee",
"cashback_amount"
],
"title": "IssuingTransactionAmountDetails",
"type": "object",
Expand Down Expand Up @@ -156561,6 +156573,10 @@
"atm_fee": {
"description": "The ATM withdrawal fee.",
"type": "integer"
},
"cashback_amount": {
"description": "The amount of cash requested by the cardholder.",
"type": "integer"
}
},
"title": "amount_details_specs",
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18052,8 +18052,13 @@ components:
description: The fee charged by the ATM for the cash withdrawal.
nullable: true
type: integer
cashback_amount:
description: The amount of cash requested by the cardholder.
nullable: true
type: integer
required:
- atm_fee
- cashback_amount
title: IssuingAuthorizationAmountDetails
type: object
x-expandableFields: []
Expand Down Expand Up @@ -21453,8 +21458,13 @@ components:
description: The fee charged by the ATM for the cash withdrawal.
nullable: true
type: integer
cashback_amount:
description: The amount of cash requested by the cardholder.
nullable: true
type: integer
required:
- atm_fee
- cashback_amount
title: IssuingTransactionAmountDetails
type: object
x-expandableFields: []
Expand Down Expand Up @@ -146838,6 +146848,9 @@ paths:
atm_fee:
description: The ATM withdrawal fee.
type: integer
cashback_amount:
description: The amount of cash requested by the cardholder.
type: integer
title: amount_details_specs
type: object
authorization_method:
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -14176,6 +14176,11 @@
"description": "The fee charged by the ATM for the cash withdrawal.",
"nullable": true,
"type": "integer"
},
"cashback_amount": {
"description": "The amount of cash requested by the cardholder.",
"nullable": true,
"type": "integer"
}
},
"title": "IssuingAuthorizationAmountDetails",
Expand Down Expand Up @@ -17397,6 +17402,11 @@
"description": "The fee charged by the ATM for the cash withdrawal.",
"nullable": true,
"type": "integer"
},
"cashback_amount": {
"description": "The amount of cash requested by the cardholder.",
"nullable": true,
"type": "integer"
}
},
"title": "IssuingTransactionAmountDetails",
Expand Down Expand Up @@ -121707,6 +121717,9 @@
"properties": {
"atm_fee": {
"type": "integer"
},
"cashback_amount": {
"type": "integer"
}
},
"title": "amount_details_specs",
Expand Down
20 changes: 18 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -17458,10 +17458,16 @@
"description": "The fee charged by the ATM for the cash withdrawal.",
"nullable": true,
"type": "integer"
},
"cashback_amount": {
"description": "The amount of cash requested by the cardholder.",
"nullable": true,
"type": "integer"
}
},
"required": [
"atm_fee"
"atm_fee",
"cashback_amount"
],
"title": "IssuingAuthorizationAmountDetails",
"type": "object",
Expand Down Expand Up @@ -20943,10 +20949,16 @@
"description": "The fee charged by the ATM for the cash withdrawal.",
"nullable": true,
"type": "integer"
},
"cashback_amount": {
"description": "The amount of cash requested by the cardholder.",
"nullable": true,
"type": "integer"
}
},
"required": [
"atm_fee"
"atm_fee",
"cashback_amount"
],
"title": "IssuingTransactionAmountDetails",
"type": "object",
Expand Down Expand Up @@ -126119,6 +126131,10 @@
"atm_fee": {
"description": "The ATM withdrawal fee.",
"type": "integer"
},
"cashback_amount": {
"description": "The amount of cash requested by the cardholder.",
"type": "integer"
}
},
"title": "amount_details_specs",
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16168,8 +16168,13 @@ components:
description: The fee charged by the ATM for the cash withdrawal.
nullable: true
type: integer
cashback_amount:
description: The amount of cash requested by the cardholder.
nullable: true
type: integer
required:
- atm_fee
- cashback_amount
title: IssuingAuthorizationAmountDetails
type: object
x-expandableFields: []
Expand Down Expand Up @@ -19393,8 +19398,13 @@ components:
description: The fee charged by the ATM for the cash withdrawal.
nullable: true
type: integer
cashback_amount:
description: The amount of cash requested by the cardholder.
nullable: true
type: integer
required:
- atm_fee
- cashback_amount
title: IssuingTransactionAmountDetails
type: object
x-expandableFields: []
Expand Down Expand Up @@ -118343,6 +118353,9 @@ paths:
atm_fee:
description: The ATM withdrawal fee.
type: integer
cashback_amount:
description: The amount of cash requested by the cardholder.
type: integer
title: amount_details_specs
type: object
authorization_method:
Expand Down
10 changes: 10 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13557,6 +13557,10 @@ components:
description: The fee charged by the ATM for the cash withdrawal.
nullable: true
type: integer
cashback_amount:
description: The amount of cash requested by the cardholder.
nullable: true
type: integer
title: IssuingAuthorizationAmountDetails
type: object
x-expandableFields: []
Expand Down Expand Up @@ -16571,6 +16575,10 @@ components:
description: The fee charged by the ATM for the cash withdrawal.
nullable: true
type: integer
cashback_amount:
description: The amount of cash requested by the cardholder.
nullable: true
type: integer
title: IssuingTransactionAmountDetails
type: object
x-expandableFields: []
Expand Down Expand Up @@ -102893,6 +102901,8 @@ paths:
properties:
atm_fee:
type: integer
cashback_amount:
type: integer
title: amount_details_specs
type: object
authorization_method:
Expand Down

0 comments on commit 3266bea

Please sign in to comment.