Class CardholderUpdateParams.Individual

java.lang.Object
com.stripe.param.issuing.CardholderUpdateParams.Individual
Enclosing class:
CardholderUpdateParams

public static class CardholderUpdateParams.Individual extends Object
The entity's business ID number.
  • Method Details

    • builder

    • getCardIssuing

      Information related to the card_issuing program for this cardholder.
    • getDob

      The date of birth of this cardholder. Cardholders must be older than 13 years old.
    • 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.
    • getFirstName

      public Object getFirstName()
      The first name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
    • getLastName

      public Object getLastName()
      The last name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
    • getVerification

      Government-issued ID document for this cardholder.