Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 809 Bytes

EzsignfoldersignerassociationResponseCompoundUser.md

File metadata and controls

26 lines (20 loc) · 809 Bytes

EzmaxApi::EzsignfoldersignerassociationResponseCompoundUser

Properties

Name Type Description Notes
pki_user_id Integer The unique ID of the User
fki_language_id Integer The unique ID of the Language. Valid values: Value
s_user_firstname String The first name of the user
s_user_lastname String The last name of the user
s_email_address String The email address.

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsignfoldersignerassociationResponseCompoundUser.new(
  pki_user_id: 70,
  fki_language_id: 2,
  s_user_firstname: John,
  s_user_lastname: Doe,
  s_email_address: email@example.com
)