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
For more details about GbBankAccount, 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 boolean
boolean
The 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.int
hashCode()
void
setAccountHolderName
(String accountHolderName) The bank name the transfer was received from.void
setBankName
(String bankName) The bank name the transfer was received from.void
The last 4 digits of the account number that originated the transfer.void
setNetwork
(String network) Open Enum.void
setSortCode
(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()
-