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 Jul 25, 2024
1 parent 7ddef6d commit da6faf9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -6809,7 +6809,7 @@
"$ref": "#/components/schemas/billing_details"
},
"calculated_statement_descriptor": {
"description": "The full statement descriptor that is passed to card networks, and that is displayed on your customers' credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined.",
"description": "The full statement descriptor that is passed to card networks, and that is displayed on your customers' credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined. This only works for card payments.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6414,7 +6414,8 @@ components:
The full statement descriptor that is passed to card networks, and
that is displayed on your customers' credit card and bank
statements. Allows you to see what the statement descriptor looks
like after the static and dynamic portions are combined.
like after the static and dynamic portions are combined. This only
works for card payments.
maxLength: 5000
nullable: true
type: string
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4391,7 +4391,7 @@
"$ref": "#/components/schemas/billing_details"
},
"calculated_statement_descriptor": {
"description": "The full statement descriptor that is passed to card networks, and that is displayed on your customers' credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined.",
"description": "The full statement descriptor that is passed to card networks, and that is displayed on your customers' credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined. This only works for card payments.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5487,7 +5487,7 @@
"$ref": "#/components/schemas/billing_details"
},
"calculated_statement_descriptor": {
"description": "The full statement descriptor that is passed to card networks, and that is displayed on your customers' credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined.",
"description": "The full statement descriptor that is passed to card networks, and that is displayed on your customers' credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined. This only works for card payments.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5236,7 +5236,8 @@ components:
The full statement descriptor that is passed to card networks, and
that is displayed on your customers' credit card and bank
statements. Allows you to see what the statement descriptor looks
like after the static and dynamic portions are combined.
like after the static and dynamic portions are combined. This only
works for card payments.
maxLength: 5000
nullable: true
type: string
Expand Down
3 changes: 2 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4356,7 +4356,8 @@ components:
The full statement descriptor that is passed to card networks, and
that is displayed on your customers' credit card and bank
statements. Allows you to see what the statement descriptor looks
like after the static and dynamic portions are combined.
like after the static and dynamic portions are combined. This only
works for card payments.
maxLength: 5000
nullable: true
type: string
Expand Down

0 comments on commit da6faf9

Please sign in to comment.