BinLookupResponse

data class BinLookupResponse(val brands: List<Brand>? = null, val issuingCountryCode: String? = null, val requestId: String? = null) : ModelObject

Constructors

Link copied to clipboard
constructor(brands: List<Brand>? = null, issuingCountryCode: String? = null, requestId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val brands: List<Brand>? = null
Link copied to clipboard
Link copied to clipboard
val requestId: String? = null

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)