PaymentMethod

constructor(id: String?, created: Long?, liveMode: Boolean, code: PaymentMethodCode?, type: PaymentMethod.Type?, billingDetails: PaymentMethod.BillingDetails? = null, customerId: String? = null, card: PaymentMethod.Card? = null, cardPresent: PaymentMethod.CardPresent? = null, fpx: PaymentMethod.Fpx? = null, ideal: PaymentMethod.Ideal? = null, sepaDebit: PaymentMethod.SepaDebit? = null, auBecsDebit: PaymentMethod.AuBecsDebit? = null, bacsDebit: PaymentMethod.BacsDebit? = null, sofort: PaymentMethod.Sofort? = null, upi: PaymentMethod.Upi? = null, netbanking: PaymentMethod.Netbanking? = null, usBankAccount: PaymentMethod.USBankAccount? = null)