Class CustomerUpdateParams.Tax

java.lang.Object
com.stripe.param.CustomerUpdateParams.Tax
Enclosing class:
CustomerUpdateParams

public static class CustomerUpdateParams.Tax extends Object
State, county, province, or region.
  • Method Details

    • builder

      public static CustomerUpdateParams.Tax.Builder builder()
    • 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.
    • getIpAddress

      public Object getIpAddress()
      A recent IP address of the customer used for tax reporting and tax location inference. Stripe recommends updating the IP address when a new PaymentMethod is attached or the address field on the customer is updated. We recommend against updating this field more frequently since it could result in unexpected tax location/reporting outcomes.
    • getValidateLocation

      public CustomerUpdateParams.Tax.ValidateLocation getValidateLocation()
      A flag that indicates when Stripe should validate the customer tax location. Defaults to deferred.