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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.ID of the mandate used to make this payment.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) ID of the mandate used to make this payment.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SepaDebit
public SepaDebit()
-
-
Method Details
-
getBankCode
Bank code of bank associated with the bank account. -
getBranchCode
Branch code of 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 characters of the IBAN. -
getMandate
ID of the mandate used to make this payment. -
setBankCode
Bank code of bank associated with the bank account. -
setBranchCode
Branch code of 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 characters of the IBAN. -
setMandate
ID of the mandate used to make this payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-