USBankAccount
data class USBankAccount @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor( val accountHolderType: PaymentMethod.USBankAccount.USBankAccountHolderType, val accountType: PaymentMethod.USBankAccount.USBankAccountType, val bankName: String?, val fingerprint: String?, val last4: String?, val linkedAccount: String?, val networks: PaymentMethod.USBankAccount.USBankNetworks?, val routingNumber: String?) : PaymentMethod.TypeData
Content copied to clipboard
Constructors
Link copied to clipboard
fun USBankAccount( accountHolderType: PaymentMethod.USBankAccount.USBankAccountHolderType, accountType: PaymentMethod.USBankAccount.USBankAccountType, bankName: String?, fingerprint: String?, last4: String?, linkedAccount: String?, networks: PaymentMethod.USBankAccount.USBankNetworks?, routingNumber: String?)
Content copied to clipboard
Types
Link copied to clipboard
enum USBankAccountHolderType : Enum<PaymentMethod.USBankAccount.USBankAccountHolderType> , StripeModel
Content copied to clipboard
Link copied to clipboard
enum USBankAccountType : Enum<PaymentMethod.USBankAccount.USBankAccountType> , StripeModel
Content copied to clipboard
Link copied to clipboard
data class USBankNetworks(val preferred: String?, val supported: List<String>) : StripeModel
Content copied to clipboard
Functions
Properties
Link copied to clipboard
val accountHolderType: PaymentMethod.USBankAccount.USBankAccountHolderType
Content copied to clipboard
Link copied to clipboard