order:updated event from the checkout page.
orderClientSecret authorizes reads of the order. A later update can omit it.
Initializers
init(from:)
Inherited fromDecodable.init(from:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Structure
order:updated event from the checkout page.
struct CheckoutOrderUpdate
orderClientSecret authorizes reads of the order. A later update can omit it.
Decodable.init(from:).
init(from decoder: Decoder) throws
| Property | Type | Description |
|---|---|---|
order | CheckoutOrder? | The order in its new state. |
orderClientSecret | String? | The secret that authorizes reads of the order. |
Was this page helpful?
