Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 936 Bytes

VariableexpenseRequestCompound.md

File metadata and controls

26 lines (20 loc) · 936 Bytes

EzmaxApi::VariableexpenseRequestCompound

Properties

Name Type Description Notes
pki_variableexpense_id Integer The unique ID of the Variableexpense [optional]
s_variableexpense_code String The code of the Variableexpense
obj_variableexpense_description MultilingualVariableexpenseDescription
e_variableexpense_taxable FieldEVariableexpenseTaxable
b_variableexpense_isactive Boolean Whether the variableexpense is active or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::VariableexpenseRequestCompound.new(
  pki_variableexpense_id: 2,
  s_variableexpense_code: EQBUR,
  obj_variableexpense_description: null,
  e_variableexpense_taxable: null,
  b_variableexpense_isactive: true
)