Class Account.AccountNumber

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Account.AccountNumber
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account

public static class Account.AccountNumber extends StripeObject
For more details about AccountNumber, please refer to the API Reference.
  • Constructor Details

    • AccountNumber

      public AccountNumber()
  • Method Details

    • getExpectedExpiryDate

      public Long getExpectedExpiryDate()
      When the account number is expected to expire, if applicable.
    • getIdentifierType

      public String getIdentifierType()
      The type of account number associated with the account.

      One of account_number, or tokenized_account_number.

    • getStatus

      public String getStatus()
      Whether the account number is currently active and usable for transactions.

      One of deactivated, or transactable.

    • getSupportedNetworks

      public List<String> getSupportedNetworks()
      The payment networks that the account number can be used for.
    • setExpectedExpiryDate

      public void setExpectedExpiryDate(Long expectedExpiryDate)
      When the account number is expected to expire, if applicable.
    • setIdentifierType

      public void setIdentifierType(String identifierType)
      The type of account number associated with the account.

      One of account_number, or tokenized_account_number.

    • setStatus

      public void setStatus(String status)
      Whether the account number is currently active and usable for transactions.

      One of deactivated, or transactable.

    • setSupportedNetworks

      public void setSupportedNetworks(List<String> supportedNetworks)
      The payment networks that the account number can be used for.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object