Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.19 KB

AccountDto.md

File metadata and controls

18 lines (15 loc) · 1.19 KB

AccountDto

Properties

Name Type Description Notes
Id float64 Account ID [default to null]
ParentAccountId float64 The ID of the parent account [optional] [default to null]
Name string The name of the account [default to null]
Code string The code of the account [optional] [default to null]
FiscalNumber string The fiscal number of the account [optional] [default to null]
Address *AllOfAccountDtoAddress The address of the account [optional] [default to null]
PrimaryContactId float64 The user ID of the primary contact [optional] [default to null]
SecondaryContactId float64 The user ID of the secondary contact [optional] [default to null]
Archived float64 Whether the account is archived [optional] [default to null]
Limits *AllOfAccountDtoLimits The limits the user [default to null]

[Back to Model list] [Back to API list] [Back to README]