Package com.stripe.model
Class PaymentRecord.PaymentMethodDetails.SepaCreditTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentRecord.PaymentMethodDetails.SepaCreditTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentRecord.PaymentMethodDetails
For more details about SepaCreditTransfer, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanName 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.inthashCode()voidsetBankName(String bankName) Name of the bank associated with the bank account.voidBank Identifier Code of the bank associated with the bank account.voidIBAN of the bank account to transfer funds to.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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()
-