Class PersonUpdateParams.Dob

java.lang.Object
com.stripe.param.PersonUpdateParams.Dob
Enclosing class:
PersonUpdateParams

public static class PersonUpdateParams.Dob extends Object
Town or cho-me.
  • Method Details

    • builder

      public static PersonUpdateParams.Dob.Builder 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.