TokenDetails
data class TokenDetails(val type: String, val token: String, val expiresOn: String, val expiryMonth: Int, val expiryYear: Int, val scheme: String?, val schemeLocal: String?, val last4: String, val bin: String, val cardType: String?, val cardCategory: String?, val issuer: String?, val issuerCountry: String?, val productId: String? = null, val productType: String? = null, val billingAddress: Address? = null, val phone: Phone? = null, val name: String?)
Constructors
Link copied to clipboard
constructor(type: String, token: String, expiresOn: String, expiryMonth: Int, expiryYear: Int, scheme: String?, schemeLocal: String?, last4: String, bin: String, cardType: String?, cardCategory: String?, issuer: String?, issuerCountry: String?, productId: String? = null, productType: String? = null, billingAddress: Address? = null, phone: Phone? = null, name: String?)