Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.43 KB

SupplyResponse.md

File metadata and controls

26 lines (21 loc) · 1.43 KB

openapi.model.SupplyResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiSupplyID int The unique ID of the Supply
fkiGlaccountID int The unique ID of the Glaccount [optional]
fkiGlaccountcontainerID int The unique ID of the Glaccountcontainer [optional]
fkiVariableexpenseID int The unique ID of the Variableexpense
sSupplyCode String The code of the Supply
objSupplyDescription MultilingualSupplyDescription
dSupplyUnitprice String The unit price of the Supply
bSupplyIsactive bool Whether the supply is active or not
bSupplyVariableprice bool Whether if the price is variable
sGlaccountDescriptionX String The Description for the Glaccount in the language of the requester [optional]
sGlaccountcontainerLongdescriptionX String The Description for the Glaccountcontainer in the language of the requester [optional]
sVariableexpenseDescriptionX String The description of the Variableexpense in the language of the requester [optional]

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