Class TokenCreateParams.Person.RegisteredAddress

java.lang.Object
com.stripe.param.TokenCreateParams.Person.RegisteredAddress
Enclosing class:
TokenCreateParams.Person

public static class TokenCreateParams.Person.RegisteredAddress extends Object
Add all elements to `files` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See TokenCreateParams.Person.Documents.Visa.files for the field documentation.
  • Method Details

    • builder

    • getCity

      public String getCity()
      City, district, suburb, town, or village.
    • getCountry

      public String getCountry()
      Two-letter country code (ISO 3166-1 alpha-2).
    • 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.
    • getLine1

      public String getLine1()
      Address line 1 (e.g., street, PO Box, or company name).
    • getLine2

      public String getLine2()
      Address line 2 (e.g., apartment, suite, unit, or building).
    • getPostalCode

      public String getPostalCode()
      ZIP or postal code.
    • getState

      public String getState()
      State, county, province, or region.