TaxRateDeterminationDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "countryId": 0,
8 "countryDisplayId": "string",
9 "countryTaxJurisdictionEnabled": true,
10 "taxJurisdictionId": 0,
11 "taxJurisdictionDisplayId": "string",
12 "taxCodeId": 0,
13 "taxCodeDisplayId": "string"
14}
📄 Description: Data transfer object representing the determination of tax rates within a financial organization structure, facilitating compliance and accurate financial reporting across various organizational hierarchies.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
status |
string |
false |
none |
Status of the resource |
displayId |
string |
true |
none |
Unique identifier for the display |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |
countryId |
integer(int64) |
false |
none |
Unique identifier for the country |
countryDisplayId |
string |
false |
none |
Unique identifier for the country display |
countryTaxJurisdictionEnabled |
boolean |
false |
none |
Indicates whether this feature is enabled |
taxJurisdictionId |
integer(int64) |
false |
none |
Unique identifier for the tax jurisdiction |
taxJurisdictionDisplayId |
string |
false |
none |
Unique identifier for the tax jurisdiction display |
taxCodeId |
integer(int64) |
false |
none |
Unique identifier for the tax code |
taxCodeDisplayId |
string |
false |
none |
Unique identifier for the tax code display |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |