Method: DocuSign_eSign::EnvelopeDefinition#use_disclosure
- Defined in:
- lib/docusign_esign/models/envelope_definition.rb
#use_disclosure ⇒ Object
When set to true, the disclosure is shown to recipients in accordance with the account’s Electronic Record and Signature Disclosure frequency setting. When set to false, the Electronic Record and Signature Disclosure is not shown to any envelope recipients. If the ‘useDisclosure` property is not set, then the account’s normal disclosure setting is used and the value of the ‘useDisclosure` property is not returned in responses when getting envelope information.
255 256 257 |
# File 'lib/docusign_esign/models/envelope_definition.rb', line 255 def use_disclosure @use_disclosure end |