Class AccountCreateParams.Configuration.Customer.AutomaticIndirectTax

java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration.Customer.AutomaticIndirectTax
Enclosing class:
AccountCreateParams.Configuration.Customer

public static class AccountCreateParams.Configuration.Customer.AutomaticIndirectTax extends Object
  • Method Details

    • builder

    • getExempt

      Describes the customer's tax exemption status, which is none, exempt, or reverse. When set to reverse, invoice and receipt PDFs include the following text: “Reverse charge”.
    • 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 String getIpAddress()
      A recent IP address of the customer used for tax reporting and tax location inference.
    • getLocationSource

      The data source used by Stripe Tax to identify the customer's location - defaults to 'identity_address'. Will only be used for automatic tax calculation on the customer's Invoices and Subscriptions.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object