Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 570 Bytes

BillingentityinternalListElement.md

File metadata and controls

20 lines (14 loc) · 570 Bytes

EzmaxApi::BillingentityinternalListElement

Properties

Name Type Description Notes
pki_billingentityinternal_id Integer The unique ID of the Billingentityinternal.
s_billingentityinternal_description_x String The description of the Billingentityinternal in the language of the requester

Example

require 'Ezmaxapi'

instance = EzmaxApi::BillingentityinternalListElement.new(
  pki_billingentityinternal_id: 1,
  s_billingentityinternal_description_x: Default
)