Method: DocuSign_eSign::Text#sender_required

Defined in:
lib/docusign_esign/models/text.rb

#sender_requiredObject

When set to true, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a ‘senderRequired` value of true cannot be deleted from an envelope.



257
258
259
# File 'lib/docusign_esign/models/text.rb', line 257

def sender_required
  @sender_required
end