Initializers
init(collectionLocator:tokenLocator:productLocator:callData:executionParameters:)
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
struct CheckoutLineItems
init(collectionLocator: String? = nil, tokenLocator: String? = nil, productLocator: String? = nil, callData: [String : AnyCodable]? = nil, executionParameters: [String : AnyCodable]? = nil)
Decodable.init(from:).
init(from decoder: any Decoder) throws
| Property | Type | Description |
|---|---|---|
callData | [String : AnyCodable]? | - |
collectionLocator | String? | - |
executionParameters | [String : AnyCodable]? | - |
productLocator | String? | - |
tokenLocator | String? | - |
Was this page helpful?
