Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.62 KB

UserlogintypeResponse.md

File metadata and controls

22 lines (16 loc) · 1.62 KB

EzmaxApi::UserlogintypeResponse

Properties

Name Type Description Notes
pki_userlogintype_id Integer The unique ID of the Userlogintype Valid values: Value
obj_userlogintype_description MultilingualUserlogintypeDescription
s_userlogintype_description_x String The description of the Userlogintype in the language of the requester

Example

require 'Ezmaxapi'

instance = EzmaxApi::UserlogintypeResponse.new(
  pki_userlogintype_id: 2,
  obj_userlogintype_description: null,
  s_userlogintype_description_x: Email and phone or SMS
)