Preparing search index...
The search index is not available
digicust_types
digicust_types
ProjectModel
Interface ProjectModel
Project Model provides all the data related to a project and customer
interface
ProjectModel
{
alias
?:
string
;
customerId
?:
string
;
customsSystem
?:
CustomsSystem
;
id
?:
string
;
mappings
?:
Mapping
[]
;
masterData
?:
{
bulkImport
:
BulkUploadFileStatistics
[]
;
}
;
modules
?:
ModuleModel
[]
;
projectId
?:
string
;
rules
?:
Rule
[]
;
taricClassifications
?:
{
history
:
{
[
date
:
string
]
:
number
;
}
;
limit
:
number
;
total
:
number
;
}
;
tariffNumberTreeSystem
?:
TariffSystem
;
workspaces
?:
QueueWorkspaceModel
[]
;
}
Index
Properties
alias?
customer
Id?
customs
System?
id?
mappings?
master
Data?
modules?
project
Id?
rules?
taric
Classifications?
tariff
Number
Tree
System?
workspaces?
Properties
Optional
alias
alias
?:
string
Optional
customer
Id
customer
Id
?:
string
Optional
customs
System
customs
System
?:
CustomsSystem
Optional
id
id
?:
string
Optional
mappings
mappings
?:
Mapping
[]
Optional
master
Data
master
Data
?:
{
bulkImport
:
BulkUploadFileStatistics
[]
;
}
Type declaration
bulk
Import
:
BulkUploadFileStatistics
[]
Optional
modules
modules
?:
ModuleModel
[]
Optional
project
Id
project
Id
?:
string
Optional
rules
rules
?:
Rule
[]
Optional
taric
Classifications
taric
Classifications
?:
{
history
:
{
[
date
:
string
]
:
number
;
}
;
limit
:
number
;
total
:
number
;
}
Type declaration
history
:
{
[
date
:
string
]
:
number
;
}
[
date
:
string
]:
number
limit
:
number
total
:
number
Optional
tariff
Number
Tree
System
tariff
Number
Tree
System
?:
TariffSystem
Optional
workspaces
workspaces
?:
QueueWorkspaceModel
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
alias
customer
Id
customs
System
id
mappings
master
Data
modules
project
Id
rules
taric
Classifications
tariff
Number
Tree
System
workspaces
digicust_types
Loading...
Project Model provides all the data related to a project and customer