PaymentMethodModel
public struct PaymentMethodModel<TCard> : Codable where TCard : Decodable, TCard : Encodable
PaymentMethodModel used to represent a tokenized payment method
-
Declaration
Swift
public let paymentMethodIdentifier: String -
Declaration
Swift
public let type: String -
Declaration
Swift
public let balance: BalanceModel? -
Declaration
Swift
public let card: TCard -
Declaration
Swift
public let customerID: String? -
Declaration
Swift
public let reusable: Bool?