Name | Type | Description | Notes |
---|---|---|---|
Id | string | The fee's unique ID. | [optional] |
Name | string | The fee's name. | [optional] |
Rate | string | The rate of the fee, as a string representation of a decimal number. A value of 0.07 corresponds to a rate of 7%. | [optional] |
CalculationPhase | CalculationPhaseEnum | Forthcoming | [optional] |
AdjustmentType | AdjustmentTypeEnum | The type of adjustment the fee applies to a payment. Currently, this value is TAX for all fees. | [optional] |
AppliesToCustomAmounts | bool? | If true, the fee applies to custom amounts entered into Square Register that are not associated with a particular item. | [optional] |
Enabled | bool? | If true, the fee is applied to all appropriate items. If false, the fee is not applied at all. | [optional] |
InclusionType | InclusionTypeEnum | Whether the fee is ADDITIVE or INCLUSIVE. | [optional] |
Type | TypeEnum | In countries with multiple classifications for sales taxes, indicates which classification the fee falls under. Currently relevant only to Canadian merchants. | [optional] |
Name | Value |
---|---|
FEESUBTOTALPHASE | "FEE_SUBTOTAL_PHASE" |
OTHER | "OTHER" |
FEETOTALPHASE | "FEE_TOTAL_PHASE" |
Name | Value |
---|---|
TAX | "TAX" |
Name | Value |
---|---|
ADDITIVE | "ADDITIVE" |
INCLUSIVE | "INCLUSIVE" |
Name | Value |
---|---|
CAGST | "CA_GST" |
CAHST | "CA_HST" |
CAPST | "CA_PST" |
CAQST | "CA_QST" |
JPCONSUMPTIONTAX | "JP_CONSUMPTION_TAX" |
CAPEIPST | "CA_PEI_PST" |
USSALESTAX | "US_SALES_TAX" |
OTHER | "OTHER" |