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 Aug 22, 2024
1 parent 48831df commit 492a9a2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 33 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -152990,7 +152990,7 @@
"type": "object"
},
"statement_descriptor": {
"description": "Text that appears on the customer's statement as the statement descriptor for a non-card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).\n\nSetting this value for a card charge returns an error. For card charges, set the [statement_descriptor_suffix](https://docs.stripe.com/get-started/account/statement-descriptors#dynamic) instead.",
"description": "Text that appears on the customer's statement as the statement descriptor for a non-card or card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).",
"maxLength": 22,
"type": "string"
},
Expand Down
14 changes: 4 additions & 10 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147033,17 +147033,11 @@ paths:
statement_descriptor:
description: >-
Text that appears on the customer's statement as the
statement descriptor for a non-card charge. This value
overrides the account's default statement descriptor. For
information about requirements, including the 22-character
limit, see [the Statement Descriptor
statement descriptor for a non-card or card charge. This
value overrides the account's default statement descriptor.
For information about requirements, including the
22-character limit, see [the Statement Descriptor
docs](https://docs.stripe.com/get-started/account/statement-descriptors).


Setting this value for a card charge returns an error. For
card charges, set the
[statement_descriptor_suffix](https://docs.stripe.com/get-started/account/statement-descriptors#dynamic)
instead.
maxLength: 22
type: string
transfer_data:
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -115209,7 +115209,7 @@
"type": "object"
},
"statement_descriptor": {
"description": "Text that appears on the customer's statement as the statement descriptor for a non-card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).\n\nSetting this value for a card charge returns an error. For card charges, set the [statement_descriptor_suffix](https://docs.stripe.com/get-started/account/statement-descriptors#dynamic) instead.",
"description": "Text that appears on the customer's statement as the statement descriptor for a non-card or card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).",
"maxLength": 22,
"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 @@ -121802,7 +121802,7 @@
"type": "object"
},
"statement_descriptor": {
"description": "Text that appears on the customer's statement as the statement descriptor for a non-card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).\n\nSetting this value for a card charge returns an error. For card charges, set the [statement_descriptor_suffix](https://docs.stripe.com/get-started/account/statement-descriptors#dynamic) instead.",
"description": "Text that appears on the customer's statement as the statement descriptor for a non-card or card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).",
"maxLength": 22,
"type": "string"
},
Expand Down
14 changes: 4 additions & 10 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117288,17 +117288,11 @@ paths:
statement_descriptor:
description: >-
Text that appears on the customer's statement as the
statement descriptor for a non-card charge. This value
overrides the account's default statement descriptor. For
information about requirements, including the 22-character
limit, see [the Statement Descriptor
statement descriptor for a non-card or card charge. This
value overrides the account's default statement descriptor.
For information about requirements, including the
22-character limit, see [the Statement Descriptor
docs](https://docs.stripe.com/get-started/account/statement-descriptors).


Setting this value for a card charge returns an error. For
card charges, set the
[statement_descriptor_suffix](https://docs.stripe.com/get-started/account/statement-descriptors#dynamic)
instead.
maxLength: 22
type: string
transfer_data:
Expand Down
14 changes: 4 additions & 10 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98658,17 +98658,11 @@ paths:
statement_descriptor:
description: >-
Text that appears on the customer's statement as the
statement descriptor for a non-card charge. This value
overrides the account's default statement descriptor. For
information about requirements, including the 22-character
limit, see [the Statement Descriptor
statement descriptor for a non-card or card charge. This
value overrides the account's default statement descriptor.
For information about requirements, including the
22-character limit, see [the Statement Descriptor
docs](https://docs.stripe.com/get-started/account/statement-descriptors).


Setting this value for a card charge returns an error. For
card charges, set the
[statement_descriptor_suffix](https://docs.stripe.com/get-started/account/statement-descriptors#dynamic)
instead.
maxLength: 22
type: string
transfer_data:
Expand Down

0 comments on commit 492a9a2

Please sign in to comment.