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
public static class PaymentMethod.SepaDebit extends StripeObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentMethod.SepaDebit.GeneratedFrom
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description SepaDebit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetBankCode()Bank code of bank associated with the bank account.java.lang.StringgetBranchCode()Branch code of bank associated with the bank account.java.lang.StringgetCountry()Two-letter ISO code representing the country the bank account is located in.java.lang.StringgetFingerprint()Uniquely identifies this particular bank account.PaymentMethod.SepaDebit.GeneratedFromgetGeneratedFrom()Information about the object that generated this PaymentMethod.java.lang.StringgetLast4()Last four characters of the IBAN.inthashCode()voidsetBankCode(java.lang.String bankCode)Bank code of bank associated with the bank account.voidsetBranchCode(java.lang.String branchCode)Branch code of bank associated with the bank account.voidsetCountry(java.lang.String country)Two-letter ISO code representing the country the bank account is located in.voidsetFingerprint(java.lang.String fingerprint)Uniquely identifies this particular bank account.voidsetGeneratedFrom(PaymentMethod.SepaDebit.GeneratedFrom generatedFrom)Information about the object that generated this PaymentMethod.voidsetLast4(java.lang.String last4)Last four characters of the IBAN.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getBankCode
public java.lang.String getBankCode()
Bank code of bank associated with the bank account.
-
getBranchCode
public java.lang.String getBranchCode()
Branch code of bank associated with the bank account.
-
getCountry
public java.lang.String getCountry()
Two-letter ISO code representing the country the bank account is located in.
-
getFingerprint
public java.lang.String getFingerprint()
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
-
getGeneratedFrom
public PaymentMethod.SepaDebit.GeneratedFrom getGeneratedFrom()
Information about the object that generated this PaymentMethod.
-
getLast4
public java.lang.String getLast4()
Last four characters of the IBAN.
-
setBankCode
public void setBankCode(java.lang.String bankCode)
Bank code of bank associated with the bank account.
-
setBranchCode
public void setBranchCode(java.lang.String branchCode)
Branch code of bank associated with the bank account.
-
setCountry
public void setCountry(java.lang.String country)
Two-letter ISO code representing the country the bank account is located in.
-
setFingerprint
public void setFingerprint(java.lang.String fingerprint)
Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.
-
setGeneratedFrom
public void setGeneratedFrom(PaymentMethod.SepaDebit.GeneratedFrom generatedFrom)
Information about the object that generated this PaymentMethod.
-
setLast4
public void setLast4(java.lang.String last4)
Last four characters of the IBAN.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-