Class ExternalAccountUpdateParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.ExternalAccountUpdateParams

public class ExternalAccountUpdateParams extends ApiRequestParams
  • Method Details

    • builder

      public static ExternalAccountUpdateParams.Builder builder()
    • getAccountHolderName

      public Object getAccountHolderName()
      The name of the person or business that owns the bank account.
    • getAccountHolderType

      public ApiRequestParams.EnumParam getAccountHolderType()
      The type of entity that holds the account. This can be either individual or company.
    • getAccountType

      public ExternalAccountUpdateParams.AccountType getAccountType()
      The bank account type. This can only be checking or savings in most countries. In Japan, this can only be futsu or toza.
    • getAddressCity

      public Object getAddressCity()
      City/District/Suburb/Town/Village.
    • getAddressCountry

      public Object getAddressCountry()
      Billing address country, if provided when creating card.
    • getAddressLine1

      public Object getAddressLine1()
      Address line 1 (Street address/PO Box/Company name).
    • getAddressLine2

      public Object getAddressLine2()
      Address line 2 (Apartment/Suite/Unit/Building).
    • getAddressState

      public Object getAddressState()
      State/County/Province/Region.
    • getAddressZip

      public Object getAddressZip()
      ZIP or postal code.
    • getDefaultForCurrency

      public Boolean getDefaultForCurrency()
      When set to true, this becomes the default external account for its currency.
    • getDocuments

      Documents that may be submitted to satisfy various informational requests.
    • getExpMonth

      public Object getExpMonth()
      Two digit number representing the card’s expiration month.
    • getExpYear

      public Object getExpYear()
      Four digit number representing the card’s expiration year.
    • getExpand

      public List<String> getExpand()
      Specifies which fields in the response should be expanded.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getMetadata

      public Object getMetadata()
      Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.
    • getName

      public Object getName()
      Cardholder name.