Method: DocuSign_eSign::CertifiedDelivery#client_user_id
- Defined in:
- lib/docusign_esign/models/certified_delivery.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.
30 31 32 |
# File 'lib/docusign_esign/models/certified_delivery.rb', line 30 def client_user_id @client_user_id end |