Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1016 Bytes

TaxassignmentAutocompleteElementResponse.md

File metadata and controls

22 lines (16 loc) · 1016 Bytes

EzmaxApi::TaxassignmentAutocompleteElementResponse

Properties

Name Type Description Notes
s_taxassignment_description_x String The description of the Taxassignment in the language of the requester
pki_taxassignment_id Integer The unique ID of the Taxassignment. Valid values: Value
b_taxassignment_isactive Boolean Whether the Taxassignment is active or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::TaxassignmentAutocompleteElementResponse.new(
  s_taxassignment_description_x: Default,
  pki_taxassignment_id: 1,
  b_taxassignment_isactive: true
)