Module: Docusigner::Recipient::Status

Defined in:
lib/docusigner/recipient.rb

Constant Summary collapse

CREATED =
"created"
SENT =
"sent"
DELIVERED =
"delivered"
SIGNED =
"signed"
DECLINED =
"declined"
COMPLETED =
"completed"
FAX_PENDING =
"faxpending"
AUTORESPONDED =
"autoresponded"