Class: Docusign::RecipientStatusCode
- Inherits:
-
String
- Object
- String
- Docusign::RecipientStatusCode
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0RecipientStatusCode
Constant Summary collapse
- Completed =
RecipientStatusCode.new("Completed")
- Created =
RecipientStatusCode.new("Created")
- Declined =
RecipientStatusCode.new("Declined")
- Delivered =
RecipientStatusCode.new("Delivered")
- FaxPending =
RecipientStatusCode.new("FaxPending")
- Sent =
RecipientStatusCode.new("Sent")
- Signed =
RecipientStatusCode.new("Signed")