All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.chargebee.models.enums.TaxExemptReason Maven / Gradle / Ivy

There is a newer version: 3.26.0
Show newest version
package com.chargebee.models.enums;

public enum TaxExemptReason {
    TAX_NOT_CONFIGURED,
    REGION_NON_TAXABLE,
    EXPORT,
    CUSTOMER_EXEMPT,
    PRODUCT_EXEMPT,
    ZERO_RATED,
    REVERSE_CHARGE,
    HIGH_VALUE_PHYSICAL_GOODS,
    ZERO_VALUE_ITEM,
    TAX_NOT_CONFIGURED_EXTERNAL_PROVIDER,
    _UNKNOWN; /*Indicates unexpected value for this enum. You can get this when there is a
    java-client version incompatibility. We suggest you to upgrade to the latest version */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy