Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 687 Bytes

File metadata and controls

22 lines (16 loc) · 687 Bytes

EzmaxApi::FranchiseofficeAutocompleteElementResponse

Properties

Name Type Description Notes
s_franchiseoffice_description String The description of the Franchiseoffice in the language of the requester
pki_franchiseoffice_id Integer The unique ID of the Franchisereoffice
b_franchiseoffice_isactive Boolean Whether the Franchiseoffice is active or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::FranchiseofficeAutocompleteElementResponse.new(
  s_franchiseoffice_description: Default,
  pki_franchiseoffice_id: 50,
  b_franchiseoffice_isactive: true
)