Class CardholderCreateParams.Individual.Dob

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

public static class CardholderCreateParams.Individual.Dob extends Object
The user agent of the browser from which the cardholder accepted the Authorized User Terms.
  • Method Details

    • builder

    • getDay

      public Long getDay()
      Required. The day of birth, between 1 and 31.
    • 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.
    • getMonth

      public Long getMonth()
      Required. The month of birth, between 1 and 12.
    • getYear

      public Long getYear()
      Required. The four-digit year of birth.