Class ReceivedCredit.BankTransfer.SepaBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.BankTransfer.SepaBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit.BankTransfer
Hash containing the transaction bank details. Present if
origin_type
field value is
sepa_bank_account
.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The account holder name of the bank account the transfer was received from.The bank name the transfer was received from.getBic()
The BIC of the SEPA account.The origination country of the bank transfer.getIban()
The IBAN that originated the transfer.The money transmission network used to send funds for this ReceivedCredit.int
hashCode()
void
setAccountHolderName
(String accountHolderName) The account holder name of the bank account the transfer was received from.void
setBankName
(String bankName) The bank name the transfer was received from.void
The BIC of the SEPA account.void
setCountry
(String country) The origination country of the bank transfer.void
The IBAN that originated the transfer.void
setNetwork
(String network) The money transmission network used to send funds for this ReceivedCredit.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SepaBankAccount
public SepaBankAccount()
-
-
Method Details
-
getAccountHolderName
The account holder name of the bank account the transfer was received from. -
getBankName
The bank name the transfer was received from. -
getBic
The BIC of the SEPA account. -
getCountry
The origination country of the bank transfer. -
getIban
The IBAN that originated the transfer. -
getNetwork
The money transmission network used to send funds for this ReceivedCredit.Equal to
sepa_credit_transfer
. -
setAccountHolderName
The account holder name of the bank account the transfer was received from. -
setBankName
The bank name the transfer was received from. -
setBic
The BIC of the SEPA account. -
setCountry
The origination country of the bank transfer. -
setIban
The IBAN that originated the transfer. -
setNetwork
The money transmission network used to send funds for this ReceivedCredit.Equal to
sepa_credit_transfer
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-