Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.84 KB

MemberOutput.md

File metadata and controls

24 lines (21 loc) · 1.84 KB

YousignClient::MemberOutput

Properties

Name Type Description Notes
id String Id of the object [optional]
user String Internal user associated with the member. In this case, informations about the member will be informations of the user (first name, last name, phone number and email). [optional]
type String Type of a member. "signer" to sign documents (legally) and "validator" to validate documents. [optional] [default to 'signer']
firstname String Firstname of an external member. [optional]
lastname String Lastname of an external member. [optional]
email String Email of an external member. [optional]
phone String Phone of an external member. [optional]
position Integer Position of the member if ordered is set to true. Example with two members, the first one could have a position set to 1, the second one set to 2. In this case, when the procedure starts, only the first member will be notified and could validate the documents. The second one could not validate the documents, he will be notified when the first signer is notified. [optional]
created_at DateTime [optional]
updated_at DateTime [optional]
status String [optional]
file_objects Array<FileObjectOutput> [optional]
comment String Comment of a member when he refuses a signature [optional]
procedure String Procedure id reference [optional]
operation_level String [optional]
operation_custom_modes Array<String> [optional]
mode_sms_configuration ModeSmsConfiguration [optional]