Package com.stripe.model
Class Charge.PaymentMethodDetails.AcssDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.AcssDebit
- 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
Name of the bank associated with the bank account.Uniquely identifies this particular bank account.Institution number of the bank account.getLast4()
Last four digits of the bank account number.ID of the mandate used to make this payment.Transit number of the bank account.int
hashCode()
void
setBankName
(String bankName) Name of the bank associated with the bank account.void
setFingerprint
(String fingerprint) Uniquely identifies this particular bank account.void
setInstitutionNumber
(String institutionNumber) Institution number of the bank account.void
Last four digits of the bank account number.void
setMandate
(String mandate) ID of the mandate used to make this payment.void
setTransitNumber
(String transitNumber) 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
-
AcssDebit
public AcssDebit()
-
-
Method Details
-
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. -
getInstitutionNumber
Institution number of the bank account. -
getLast4
Last four digits of the bank account number. -
getMandate
ID of the mandate used to make this payment. -
getTransitNumber
Transit number of the bank account. -
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. -
setInstitutionNumber
Institution number of the bank account. -
setLast4
Last four digits of the bank account number. -
setMandate
ID of the mandate used to make this payment. -
setTransitNumber
Transit number of the bank account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-