Package com.stripe.model
Class PaymentRecord.PaymentMethodDetails.UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentRecord.PaymentMethodDetails.UsBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentRecord.PaymentMethodDetails
Details of the US Bank Account used for this payment attempt.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Name of the bank associated with the bank account.Uniquely identifies this particular bank account.getLast4()
Last four digits of the bank account number.Get ID of expandablemandate
object.Get expandedmandate
.Reference number to locate ACH payments with customer’s bank.Routing number of the bank account.int
hashCode()
void
setAccountHolderType
(String accountHolderType) void
setAccountType
(String accountType) void
setBankName
(String bankName) Name of the bank associated with the bank account.void
setFingerprint
(String fingerprint) Uniquely identifies this particular bank account.void
Last four digits of the bank account number.void
setMandate
(String id) void
setMandateObject
(Mandate expandableObject) void
setPaymentReference
(String paymentReference) Reference number to locate ACH payments with customer’s bank.void
setRoutingNumber
(String routingNumber) Routing number of the bank account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsBankAccount
public UsBankAccount()
-
-
Method Details
-
getMandate
Get ID of expandablemandate
object. -
setMandate
-
getMandateObject
Get expandedmandate
. -
setMandateObject
-
getAccountHolderType
-
getAccountType
-
getBankName
Name of the bank associated with the bank account. -
getFingerprint
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. -
getLast4
Last four digits of the bank account number. -
getPaymentReference
Reference number to locate ACH payments with customer’s bank. -
getRoutingNumber
Routing number of the bank account. -
setAccountHolderType
-
setAccountType
-
setBankName
Name of the bank associated with the bank account. -
setFingerprint
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. -
setLast4
Last four digits of the bank account number. -
setPaymentReference
Reference number to locate ACH payments with customer’s bank. -
setRoutingNumber
Routing number of the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-