Tax Rate

{
  id: "00000000-0000-0000-0000-00000000",
  remoteId: "9",
  description: "Sales Tax",
  totalTaxRate: 2,
  effectiveTaxRate: null,
  companyId: null,
	remoteDeleted: false,
	createdAt: "2024-02-22T11:17:53.264Z",
	updatedAt: "2024-02-22T13:54:03.445Z"
}

Properties


idString

The Alloy-generated unique ID


remoteIdString

The ID of the object in the third-party application.


descriptionString

A brief overview or explanation of the specific tax rate, possibly indicating its application or context (e.g., "Sales Tax" or "VAT").


totalTaxRateNumber

The overall percentage rate used to calculate the tax on a given amount. This may include multiple tax components combined.


effectiveTaxRateNumber

The actual percentage rate that affects the taxable amount, typically after considering deductions or exemptions.


companyIdString

ID of the company the tax rate belongs to.



remoteDeletedBoolean

Flag to indicate that the record has been deleted in the third-party application.


createdAtDateTime

Date and time the record has been synced into the data cache.


updatedAtDateTime

Date and time the record has been updated in the data cache.