Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 629 Bytes

EzmaxinvoicingAutocompleteElementResponse.md

File metadata and controls

22 lines (16 loc) · 629 Bytes

EzmaxApi::EzmaxinvoicingAutocompleteElementResponse

Properties

Name Type Description Notes
yyyymm_ezmaxinvoicing String The YYYYMM period of the Ezmaxinvoicing
pki_ezmaxinvoicing_id Integer The unique ID of the Ezmaxinvoicing
b_ezmaxinvoicing_isactive Boolean Whether the Ezmaxinvoicing is active or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzmaxinvoicingAutocompleteElementResponse.new(
  yyyymm_ezmaxinvoicing: 2022-01,
  pki_ezmaxinvoicing_id: 28,
  b_ezmaxinvoicing_isactive: true
)