Package com.stripe.model
Class Charge.PaymentMethodDetails.SepaCreditTransfer
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Charge.PaymentMethodDetails.SepaCreditTransfer
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
public static class Charge.PaymentMethodDetails.SepaCreditTransfer extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description SepaCreditTransfer()
-
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.StringgetBankName()Name of the bank associated with the bank account.java.lang.StringgetBic()Bank Identifier Code of the bank associated with the bank account.java.lang.StringgetIban()IBAN of the bank account to transfer funds to.inthashCode()voidsetBankName(java.lang.String bankName)Name of the bank associated with the bank account.voidsetBic(java.lang.String bic)Bank Identifier Code of the bank associated with the bank account.voidsetIban(java.lang.String iban)IBAN of the bank account to transfer funds to.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getBankName
public java.lang.String getBankName()
Name of the bank associated with the bank account.
-
getBic
public java.lang.String getBic()
Bank Identifier Code of the bank associated with the bank account.
-
getIban
public java.lang.String getIban()
IBAN of the bank account to transfer funds to.
-
setBankName
public void setBankName(java.lang.String bankName)
Name of the bank associated with the bank account.
-
setBic
public void setBic(java.lang.String bic)
Bank Identifier Code of the bank associated with the bank account.
-
setIban
public void setIban(java.lang.String iban)
IBAN of the bank account to transfer funds to.
-
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
-
-