Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 797 Bytes

BillingentityinternalResponseCompound.md

File metadata and controls

22 lines (16 loc) · 797 Bytes

EzmaxApi::BillingentityinternalResponseCompound

Properties

Name Type Description Notes
pki_billingentityinternal_id Integer The unique ID of the Billingentityinternal.
obj_billingentityinternal_description MultilingualBillingentityinternalDescription
a_obj_billingentityinternalproduct Array<BillingentityinternalproductResponseCompound>

Example

require 'Ezmaxapi'

instance = EzmaxApi::BillingentityinternalResponseCompound.new(
  pki_billingentityinternal_id: 1,
  obj_billingentityinternal_description: null,
  a_obj_billingentityinternalproduct: null
)