FiscalVariantLiteDto¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "isCalendarYear": true,
6 "yearDependent": true,
7 "erpSystemDisplayId": "string"
8}
📄 Description: Data transfer object representing a simplified fiscal variant, encapsulating essential details related to ledger entries, transactions, and accounts within the General Ledger domain for effective financial record management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
status |
string |
false |
none |
Status of the resource |
isCalendarYear |
boolean |
false |
none |
Whether the resource is calendar year |
yearDependent |
boolean |
false |
none |
Boolean flag indicating yearDependent status |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |