Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.24 KB

EzmaxinvoicingsummaryexternalResponseCompound.md

File metadata and controls

28 lines (22 loc) · 1.24 KB

EzmaxApi::EzmaxinvoicingsummaryexternalResponseCompound

Properties

Name Type Description Notes
pki_ezmaxinvoicingsummaryexternal_id Integer The unique ID of the Ezmaxinvoicingsummaryexternal [optional]
fki_ezmaxinvoicing_id Integer The unique ID of the Ezmaxinvoicing [optional]
fki_billingentityexternal_id Integer The unique ID of the Billingentityexternal
s_billingentityexternal_description String The description of the Billingentityexternal
s_ezmaxinvoicingsummaryexternal_description String The description of the Ezmaxinvoicingsummaryexternal
a_obj_ezmaxinvoicingsummaryexternaldetail Array<EzmaxinvoicingsummaryexternaldetailResponseCompound>

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzmaxinvoicingsummaryexternalResponseCompound.new(
  pki_ezmaxinvoicingsummaryexternal_id: 177,
  fki_ezmaxinvoicing_id: 28,
  fki_billingentityexternal_id: 83,
  s_billingentityexternal_description: ACME Inc,
  s_ezmaxinvoicingsummaryexternal_description: Company Demo,
  a_obj_ezmaxinvoicingsummaryexternaldetail: null
)