Enum Class CustomerUpdateParams.TaxExempt

java.lang.Object
java.lang.Enum<CustomerUpdateParams.TaxExempt>
com.stripe.param.CustomerUpdateParams.TaxExempt
All Implemented Interfaces:
ApiRequestParams.EnumParam, Serializable, Comparable<CustomerUpdateParams.TaxExempt>, Constable
Enclosing class:
CustomerUpdateParams

public static enum CustomerUpdateParams.TaxExempt extends Enum<CustomerUpdateParams.TaxExempt> implements ApiRequestParams.EnumParam
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.
  • Enum Constant Details

  • Method Details

    • values

      public static CustomerUpdateParams.TaxExempt[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CustomerUpdateParams.TaxExempt valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
      Specified by:
      getValue in interface ApiRequestParams.EnumParam