Card

constructor(brand: CardBrand = CardBrand.Unknown, checks: PaymentMethod.Card.Checks? = null, country: String? = null, expiryMonth: Int? = null, expiryYear: Int? = null, fingerprint: String? = null, funding: String? = null, last4: String? = null, threeDSecureUsage: PaymentMethod.Card.ThreeDSecureUsage? = null, wallet: Wallet? = null, networks: PaymentMethod.Card.Networks? = null, displayBrand: String? = null)