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 5, 2024
1 parent 92b5442 commit cd03340
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -63448,6 +63448,11 @@
],
"type": "string"
},
"posted_at": {
"description": "The Unix timestamp representing when the tax liability is assumed or reduced.",
"format": "unix-time",
"type": "integer"
},
"reference": {
"description": "A custom unique identifier, such as 'myOrder_123'.",
"maxLength": 5000,
Expand Down Expand Up @@ -63503,6 +63508,7 @@
"livemode",
"metadata",
"object",
"posted_at",
"reference",
"reversal",
"ship_from_details",
Expand Down Expand Up @@ -190381,6 +190387,11 @@
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.",
"type": "object"
},
"posted_at": {
"description": "The Unix timestamp representing when the tax liability is assumed or reduced, which determines the liability posting period and handling in tax liability reports. The timestamp must fall within the `tax_date` and the current time, unless the `tax_date` is scheduled in advance. Defaults to the current time.",
"format": "unix-time",
"type": "integer"
},
"reference": {
"description": "A custom order or sale identifier, such as 'myOrder_123'. Must be unique across all transactions, including reversals.",
"maxLength": 500,
Expand Down
17 changes: 17 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57640,6 +57640,12 @@ components:
enum:
- tax.transaction
type: string
posted_at:
description: >-
The Unix timestamp representing when the tax liability is assumed or
reduced.
format: unix-time
type: integer
reference:
description: 'A custom unique identifier, such as ''myOrder_123''.'
maxLength: 5000
Expand Down Expand Up @@ -57682,6 +57688,7 @@ components:
- livemode
- metadata
- object
- posted_at
- reference
- reversal
- ship_from_details
Expand Down Expand Up @@ -180741,6 +180748,16 @@ paths:
value to them. All keys can be unset by posting an empty
value to `metadata`.
type: object
posted_at:
description: >-
The Unix timestamp representing when the tax liability is
assumed or reduced, which determines the liability posting
period and handling in tax liability reports. The timestamp
must fall within the `tax_date` and the current time, unless
the `tax_date` is scheduled in advance. Defaults to the
current time.
format: unix-time
type: integer
reference:
description: >-
A custom order or sale identifier, such as 'myOrder_123'.
Expand Down
11 changes: 11 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -44157,6 +44157,11 @@
],
"type": "string"
},
"posted_at": {
"description": "The Unix timestamp representing when the tax liability is assumed or reduced.",
"format": "unix-time",
"type": "integer"
},
"reference": {
"description": "A custom unique identifier, such as 'myOrder_123'.",
"maxLength": 5000,
Expand Down Expand Up @@ -44210,6 +44215,7 @@
"id",
"livemode",
"object",
"posted_at",
"reference",
"tax_date",
"type"
Expand Down Expand Up @@ -145028,6 +145034,11 @@
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.",
"type": "object"
},
"posted_at": {
"description": "The Unix timestamp representing when the tax liability is assumed or reduced, which determines the liability posting period and handling in tax liability reports. The timestamp must fall within the `tax_date` and the current time, unless the `tax_date` is scheduled in advance. Defaults to the current time.",
"format": "unix-time",
"type": "integer"
},
"reference": {
"description": "A custom order or sale identifier, such as 'myOrder_123'. Must be unique across all transactions, including reversals.",
"maxLength": 500,
Expand Down
11 changes: 11 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -53844,6 +53844,11 @@
],
"type": "string"
},
"posted_at": {
"description": "The Unix timestamp representing when the tax liability is assumed or reduced.",
"format": "unix-time",
"type": "integer"
},
"reference": {
"description": "A custom unique identifier, such as 'myOrder_123'.",
"maxLength": 5000,
Expand Down Expand Up @@ -53899,6 +53904,7 @@
"livemode",
"metadata",
"object",
"posted_at",
"reference",
"reversal",
"ship_from_details",
Expand Down Expand Up @@ -153164,6 +153170,11 @@
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.",
"type": "object"
},
"posted_at": {
"description": "The Unix timestamp representing when the tax liability is assumed or reduced, which determines the liability posting period and handling in tax liability reports. The timestamp must fall within the `tax_date` and the current time, unless the `tax_date` is scheduled in advance. Defaults to the current time.",
"format": "unix-time",
"type": "integer"
},
"reference": {
"description": "A custom order or sale identifier, such as 'myOrder_123'. Must be unique across all transactions, including reversals.",
"maxLength": 500,
Expand Down
17 changes: 17 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49097,6 +49097,12 @@ components:
enum:
- tax.transaction
type: string
posted_at:
description: >-
The Unix timestamp representing when the tax liability is assumed or
reduced.
format: unix-time
type: integer
reference:
description: 'A custom unique identifier, such as ''myOrder_123''.'
maxLength: 5000
Expand Down Expand Up @@ -49139,6 +49145,7 @@ components:
- livemode
- metadata
- object
- posted_at
- reference
- reversal
- ship_from_details
Expand Down Expand Up @@ -145156,6 +145163,16 @@ paths:
value to them. All keys can be unset by posting an empty
value to `metadata`.
type: object
posted_at:
description: >-
The Unix timestamp representing when the tax liability is
assumed or reduced, which determines the liability posting
period and handling in tax liability reports. The timestamp
must fall within the `tax_date` and the current time, unless
the `tax_date` is scheduled in advance. Defaults to the
current time.
format: unix-time
type: integer
reference:
description: >-
A custom order or sale identifier, such as 'myOrder_123'.
Expand Down
17 changes: 17 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41470,6 +41470,12 @@ components:
enum:
- tax.transaction
type: string
posted_at:
description: >-
The Unix timestamp representing when the tax liability is assumed or
reduced.
format: unix-time
type: integer
reference:
description: 'A custom unique identifier, such as ''myOrder_123''.'
maxLength: 5000
Expand Down Expand Up @@ -41510,6 +41516,7 @@ components:
- id
- livemode
- object
- posted_at
- reference
- tax_date
- type
Expand Down Expand Up @@ -122238,6 +122245,16 @@ paths:
value to them. All keys can be unset by posting an empty
value to `metadata`.
type: object
posted_at:
description: >-
The Unix timestamp representing when the tax liability is
assumed or reduced, which determines the liability posting
period and handling in tax liability reports. The timestamp
must fall within the `tax_date` and the current time, unless
the `tax_date` is scheduled in advance. Defaults to the
current time.
format: unix-time
type: integer
reference:
description: >-
A custom order or sale identifier, such as 'myOrder_123'.
Expand Down

0 comments on commit cd03340

Please sign in to comment.