Method: DocuSign_eSign::CarbonCopy#client_user_id
- Defined in:
- lib/docusign_esign/models/carbon_copy.rb
#client_user_id ⇒ Object
Specifies whether the recipient is embedded or remote. If the ‘clientUserId` property is not null then the recipient is embedded. Note that if the `ClientUserId` property is set and either `SignerMustHaveAccount` or `SignerMustLoginToSign` property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters.
32 33 34 |
# File 'lib/docusign_esign/models/carbon_copy.rb', line 32 def client_user_id @client_user_id end |