EzmaxApi::EzsignsignerResponseCompound Properties Name Type Description Notes pki_ezsignsigner_id Integer The unique ID of the Ezsignsigner fki_taxassignment_id Integer The unique ID of the Taxassignment. Valid values: Value fki_secretquestion_id Integer The unique ID of the Secretquestion. Valid values: Value fki_userlogintype_id Integer The unique ID of the Userlogintype Valid values: Value s_userlogintype_description_x String The description of the Userlogintype in the language of the requester obj_contact EzsignsignerResponseCompoundContact Example require 'Ezmaxapi' instance = EzmaxApi::EzsignsignerResponseCompound.new( pki_ezsignsigner_id: 89, fki_taxassignment_id: 1, fki_secretquestion_id: 7, fki_userlogintype_id: 2, s_userlogintype_description_x: Email and phone or SMS, obj_contact: null )