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
For more details about AcssDebit, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanName 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.inthashCode()voidsetBankName(String bankName) Name of the bank associated with the bank account.voidsetFingerprint(String fingerprint) Uniquely identifies this particular bank account.voidsetInstitutionNumber(String institutionNumber) Institution number of the bank account.voidLast four digits of the bank account number.voidsetMandate(String mandate) ID of the mandate used to make this payment.voidsetTransitNumber(String transitNumber) Transit number of the bank account.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
AcssDebitpublic AcssDebit()
 
- 
- 
Method Details- 
getBankNameName of the bank associated with the bank account.
- 
getFingerprintUniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
- 
getInstitutionNumberInstitution number of the bank account.
- 
getLast4Last four digits of the bank account number.
- 
getMandateID of the mandate used to make this payment.
- 
getTransitNumberTransit number of the bank account.
- 
setBankNameName of the bank associated with the bank account.
- 
setFingerprintUniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
- 
setInstitutionNumberInstitution number of the bank account.
- 
setLast4Last four digits of the bank account number.
- 
setMandateID of the mandate used to make this payment.
- 
setTransitNumberTransit number of the bank account.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-