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 |
require 'Ezmaxapi'
instance = EzmaxApi::UserlogintypeResponse.new(
pki_userlogintype_id: 2,
obj_userlogintype_description: null,
s_userlogintype_description_x: Email and phone or SMS
)