Class ReceivedCredit.BankTransfer.GbBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedCredit.BankTransfer.GbBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit.BankTransfer
Hash containing the transaction bank details. Present if
origin_type field value is
gb_bank_account.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe bank name the transfer was received from.The bank name the transfer was received from.getLast4()The last 4 digits of the account number that originated the transfer.Open Enum.The sort code of the account that originated the transfer.inthashCode()voidsetAccountHolderName(String accountHolderName) The bank name the transfer was received from.voidsetBankName(String bankName) The bank name the transfer was received from.voidThe last 4 digits of the account number that originated the transfer.voidsetNetwork(String network) Open Enum.voidsetSortCode(String sortCode) The sort code of the account that originated the transfer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
GbBankAccount
public GbBankAccount()
-
-
Method Details
-
getAccountHolderName
The bank name the transfer was received from. -
getBankName
The bank name the transfer was received from. -
getLast4
The last 4 digits of the account number that originated the transfer. -
getNetwork
Open Enum. The money transmission network used to send funds for this ReceivedCredit.Equal to
fps. -
getSortCode
The sort code of the account that originated the transfer. -
setAccountHolderName
The bank name the transfer was received from. -
setBankName
The bank name the transfer was received from. -
setLast4
The last 4 digits of the account number that originated the transfer. -
setNetwork
Open Enum. The money transmission network used to send funds for this ReceivedCredit.Equal to
fps. -
setSortCode
The sort code of the account that originated the transfer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-