| Description |
- Type
- textarea
- Properties
- Create, Filter, Nillable, Sort, Update
- Description
- Optional user-defined description for providing more information
about the tax treatment.
|
| IsTaxable |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Determines whether Subscription Management calculates tax for
order items covered by the tax treatment. When this value is True,
Subscription Management calls the CalculateTax API for the order
item during order item creation.
- The default value is 'False'.
- This field is available when Subscription Management is
enabled.
|
| LastReferencedDate |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The timestamp when the current user last accessed this record, a
record related to this record, or a list view.
|
| LastViewedDate |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The timestamp when the current user last viewed this record or
list view. If this value is null, the user might have only accessed
this record or list view (LastReferencedDate) but not viewed
it.
|
| Name |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Sort, Update
- Description
- Optional user-defined name for the tax treatment.
|
| ProductCode |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Nillable, Sort, Update
- Description
- Code of the product that the tax treatment applies to.
|
| Status |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort, Update
- Description
- Status of the tax treatment.
- Possible values are:
|
| TaxCode |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Reference code used when tax is calculated in an external tax
engine.
|
| TaxEngineId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The tax engine for the tax treatment. A tax engine represents both
an instance of a tax engine provider as well as the merchant
credentials for that specific instance. When Subscription
Management begins the tax calculation process for an order item, it
uses the tax engine from the order item’s tax treatment.
- If the tax treatment’s IsTaxable value is
True, the treatment requires a tax engine.
- This field is a relationship field.
- This field is available when Subscription Management is
enabled.
- Relationship Name
- TaxEngine
- Relationship Type
- Lookup
- Refers To
- TaxEngine
|
| TaxPolicyId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- The tax treatment’s parent tax policy. A tax policy is a group of
tax treatments, where each treatment represents a rule for how to
invoice a customer for an order item. Tax policies are related to
products, which pass the policy on to the resulting order items.
When you activate an order, Subscription Management assigns a tax
treatment to each order item based on the tax policy's
DefaultTaxTreatmentId, then uses the tax treatment to calculate
tax.
- This field is a relationship field.
- Relationship Name
- TaxPolicy
- Relationship Type
- Lookup
- Refers To
- TaxPolicy
|