Class: Docusign::RecipientStatusCode

Inherits:
String
  • Object
show all
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")
Sent =
RecipientStatusCode.new("Sent")
Signed =
RecipientStatusCode.new("Signed")