EnvelopeDocumentStatus
in package
FinalYes
Per-document statuses returned inside an envelope response.
Table of Contents
Constants
- COMPLETED = 'completed'
- PENDING = 'pending'
- SENT_FOR_SIGNING = 'sent_for_signing'
- SIGNING_FAILED = 'signing_failed'
- SIGNING_IN_PROGRESS = 'signing_in_progress'
Methods
- __construct() : mixed
Constants
COMPLETED
public
mixed
COMPLETED
= 'completed'
PENDING
public
mixed
PENDING
= 'pending'
SENT_FOR_SIGNING
public
mixed
SENT_FOR_SIGNING
= 'sent_for_signing'
SIGNING_FAILED
public
mixed
SIGNING_FAILED
= 'signing_failed'
SIGNING_IN_PROGRESS
public
mixed
SIGNING_IN_PROGRESS
= 'signing_in_progress'
Methods
__construct()
private
__construct() : mixed