OrderPayment
public struct OrderPayment : Decodable
-
Undocumented
Declaration
Swift
public let id: String -
Undocumented
Declaration
Swift
public let amount: Decimal -
Undocumented
Declaration
Swift
public let currency: String -
Undocumented
Declaration
Swift
public let paymentMethodType: String -
Undocumented
Declaration
Swift
public let paymentStatus: String -
Declaration
Swift
public init(from decoder: Decoder) throws
OrderPayment Structure Reference