Package com.stripe.model
Class Charge.PaymentMethodDetails.AchDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.AchDebit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Type of entity that holds the account.Name of the bank associated with the bank account.Two-letter ISO code representing the country the bank account is located in.Uniquely identifies this particular bank account.getLast4()
Last four digits of the bank account number.Routing transit number of the bank account.int
hashCode()
void
setAccountHolderType
(String accountHolderType) Type of entity that holds the account.void
setBankName
(String bankName) Name of the bank associated with the bank account.void
setCountry
(String country) Two-letter ISO code representing the country the bank account is located in.void
setFingerprint
(String fingerprint) Uniquely identifies this particular bank account.void
Last four digits of the bank account number.void
setRoutingNumber
(String routingNumber) Routing transit number of the bank account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AchDebit
public AchDebit()
-
-
Method Details
-
getAccountHolderType
Type of entity that holds the account. This can be eitherindividual
orcompany
.One of
company
, orindividual
. -
getBankName
Name of the bank associated with the bank account. -
getCountry
Two-letter ISO code representing the country the bank account is located in. -
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. -
getRoutingNumber
Routing transit number of the bank account. -
setAccountHolderType
Type of entity that holds the account. This can be eitherindividual
orcompany
.One of
company
, orindividual
. -
setBankName
Name of the bank associated with the bank account. -
setCountry
Two-letter ISO code representing the country the bank account is located in. -
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. -
setRoutingNumber
Routing transit number of the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-