Method: DocuSign_eSign::Signer#custom_fields
- Defined in:
- lib/docusign_esign/models/signer.rb
#custom_fields ⇒ Object
An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters.
66 67 68 |
# File 'lib/docusign_esign/models/signer.rb', line 66 def custom_fields @custom_fields end |