USBankAccount
data class USBankAccount(accountNumber: String, routingNumber: String, accountType: PaymentMethod.USBankAccount.USBankAccountType, accountHolderType: PaymentMethod.USBankAccount.USBankAccountHolderType) : StripeParamsModel, Parcelable
Content copied to clipboard