Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.62 KB

UserlogintypeAutocompleteElementResponse.md

File metadata and controls

22 lines (16 loc) · 1.62 KB

EzmaxApi::UserlogintypeAutocompleteElementResponse

Properties

Name Type Description Notes
pki_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
b_userlogintype_isactive Boolean Whether the Userlogintype is active or not

Example

require 'Ezmaxapi'

instance = EzmaxApi::UserlogintypeAutocompleteElementResponse.new(
  pki_userlogintype_id: 2,
  s_userlogintype_description_x: Email and phone or SMS,
  b_userlogintype_isactive: true
)