Class Account.AccountNumber
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Account.AccountNumber
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
For more details about AccountNumber, 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 booleanbooleanWhen the account number is expected to expire, if applicable.The type of account number associated with the account.Whether the account number is currently active and usable for transactions.The payment networks that the account number can be used for.inthashCode()voidsetExpectedExpiryDate(Long expectedExpiryDate) When the account number is expected to expire, if applicable.voidsetIdentifierType(String identifierType) The type of account number associated with the account.voidWhether the account number is currently active and usable for transactions.voidsetSupportedNetworks(List<String> supportedNetworks) The payment networks that the account number can be used for.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AccountNumber
public AccountNumber()
-
-
Method Details
-
getExpectedExpiryDate
When the account number is expected to expire, if applicable. -
getIdentifierType
The type of account number associated with the account.One of
account_number, ortokenized_account_number. -
getStatus
Whether the account number is currently active and usable for transactions.One of
deactivated, ortransactable. -
getSupportedNetworks
The payment networks that the account number can be used for. -
setExpectedExpiryDate
When the account number is expected to expire, if applicable. -
setIdentifierType
The type of account number associated with the account.One of
account_number, ortokenized_account_number. -
setStatus
Whether the account number is currently active and usable for transactions.One of
deactivated, ortransactable. -
setSupportedNetworks
The payment networks that the account number can be used for. -
equals
-
canEqual
-
hashCode
public int hashCode()
-