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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Name of the bank associated with the bank account.getBic()
Bank Identifier Code of the bank associated with the bank account.getIban()
IBAN of the bank account to transfer funds to.int
hashCode()
void
setBankName
(String bankName) Name of the bank associated with the bank account.void
Bank Identifier Code of the bank associated with the bank account.void
IBAN of the bank account to transfer funds to.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SepaCreditTransfer
public SepaCreditTransfer()
-
-
Method Details
-
getBankName
Name of the bank associated with the bank account. -
getBic
Bank Identifier Code of the bank associated with the bank account. -
getIban
IBAN of the bank account to transfer funds to. -
setBankName
Name of the bank associated with the bank account. -
setBic
Bank Identifier Code of the bank associated with the bank account. -
setIban
IBAN of the bank account to transfer funds to. -
equals
-
canEqual
-
hashCode
public int hashCode()
-