Package com.stripe.model
Class PaymentMethod.SepaDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.SepaDebit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Bank 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.Information about the object that generated this PaymentMethod.getLast4()
Last four characters of the IBAN.int
hashCode()
void
setBankCode
(String bankCode) Bank code of bank associated with the bank account.void
setBranchCode
(String branchCode) Branch code of 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
setGeneratedFrom
(PaymentMethod.SepaDebit.GeneratedFrom generatedFrom) Information about the object that generated this PaymentMethod.void
Last four characters of the IBAN.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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. -
getGeneratedFrom
Information about the object that generated this PaymentMethod. -
getLast4
Last four characters of the IBAN. -
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. -
setGeneratedFrom
Information about the object that generated this PaymentMethod. -
setLast4
Last four characters of the IBAN. -
equals
-
canEqual
-
hashCode
public int hashCode()
-