Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 703 Bytes

EzsignsigningreasonResponse.md

File metadata and controls

22 lines (16 loc) · 703 Bytes

EzmaxApi::EzsignsigningreasonResponse

Properties

Name Type Description Notes
pki_ezsignsigningreason_id Integer The unique ID of the Ezsignsigningreason
obj_ezsignsigningreason_description MultilingualEzsignsigningreasonDescription
b_ezsignsigningreason_isactive Boolean Whether the ezsignsigningreason is active or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsignsigningreasonResponse.new(
  pki_ezsignsigningreason_id: 194,
  obj_ezsignsigningreason_description: null,
  b_ezsignsigningreason_isactive: true
)