Cart
open class Cart : Codable
Represents a Cart in Moltin
-
The id for this cart
Declaration
Swift
public let id: String -
The type of this object
Declaration
Swift
public let type: String -
The external links for this cart
Declaration
Swift
public let links: [String : String]? -
The meta information for this cart
Declaration
Swift
public let meta: CartMeta?
View on GitHub
Cart Class Reference