Bank Account
data class BankAccount(val accountType: FrameObjects.PaymentAccountType?, val bankName: String?, val accountNumber: String?, val routingNumber: String?, val lastFour: String?)
Bank account details for a payment method of type PaymentMethodType.ACH.
Constructors
Link copied to clipboard
constructor(accountType: FrameObjects.PaymentAccountType?, bankName: String?, accountNumber: String?, routingNumber: String?, lastFour: String?)
Properties
Link copied to clipboard
Full bank account number. Present only in contexts where it is explicitly returned.
Link copied to clipboard
Whether this is a PaymentAccountType.CHECKING or PaymentAccountType.SAVINGS account.
Link copied to clipboard
ABA routing number.