Package com.stripe.model
Class Charge.PaymentMethodDetails.SepaDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.SepaDebit
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
For more details about SepaDebit, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanBank code of bank associated with the bank account.Branch code of 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 characters of the IBAN.Find the ID of the mandate used for this payment under the payment_method_details.sepa_debit.mandate property on the Charge.inthashCode()voidsetBankCode(String bankCode) Bank code of bank associated with the bank account.voidsetBranchCode(String branchCode) Branch code of bank associated with the bank account.voidsetCountry(String country) Two-letter ISO code representing the country the bank account is located in.voidsetFingerprint(String fingerprint) Uniquely identifies this particular bank account.voidLast four characters of the IBAN.voidsetMandate(String mandate) Find the ID of the mandate used for this payment under the payment_method_details.sepa_debit.mandate property on the Charge.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
SepaDebitpublic SepaDebit()
 
- 
- 
Method Details- 
getBankCodeBank code of bank associated with the bank account.
- 
getBranchCodeBranch code of bank associated with the bank account.
- 
getCountryTwo-letter ISO code representing the country the bank account is located in.
- 
getFingerprintUniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
- 
getLast4Last four characters of the IBAN.
- 
getMandateFind the ID of the mandate used for this payment under the payment_method_details.sepa_debit.mandate property on the Charge. Use this mandate ID to retrieve the Mandate.
- 
setBankCodeBank code of bank associated with the bank account.
- 
setBranchCodeBranch code of bank associated with the bank account.
- 
setCountryTwo-letter ISO code representing the country the bank account is located in.
- 
setFingerprintUniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
- 
setLast4Last four characters of the IBAN.
- 
setMandateFind the ID of the mandate used for this payment under the payment_method_details.sepa_debit.mandate property on the Charge. Use this mandate ID to retrieve the Mandate.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-