PaymentMethodModel
public struct PaymentMethodModel : Codable
PaymentMethodModel
used to represent a tokenized EBT Card
-
Declaration
Swift
public let paymentMethodIdentifier: String
-
Declaration
Swift
public let type: String
-
Declaration
Swift
public let balance: BalanceModel?
-
Declaration
Swift
public let card: ForageCard
-
Declaration
Swift
public let customerID: String?
-
Declaration
Swift
public let reusable: Bool?