Card

fun Card(    id: String,     isDefault: Boolean,     expiryYear: Int,     expiryMonth: Int,     brand: CardBrand,     last4: String,     cvcCheck: CvcCheck,     billingAddress: ConsumerPaymentDetails.BillingAddress? = null)