Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.37 KB

DocumentSignerTemplateConf.md

File metadata and controls

16 lines (12 loc) · 1.37 KB

DocumentSignerTemplateConf

Properties

Name Type Description Notes
signer_index int [optional]
needs_to_sign bool When `false` user does not need to sign, but will receive a copy of the signed document and signing log, see: Copy only [optional]
approve_only bool Require user to approve the document (without adding a signature), see: Approve only [optional]
notify_only bool Send notifications about the document and a copy of the signed document and signing log, but don't require them to take any action, see: Notify only [optional]
in_person bool When used in combination with an embed url on the sender, after sender has signed, they will be redirected to the next `in_person` signer, see: In person signing [optional]
order int [optional]
placeholders \SignRequest\Model\Placeholder[] [optional]

[Back to Model list] [Back to API list] [Back to README]