DLBinInfo

data class DLBinInfo(val bin: String, val brand: String, val type: String? = null, val country: String, val installments: DLInstallments? = null, val installmentsError: DLError? = null)

Constructors

Link copied to clipboard
constructor(bin: String, brand: String, type: String? = null, country: String, installments: DLInstallments? = null, installmentsError: DLError? = null)

Properties

Link copied to clipboard
val bin: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String? = null