class Docusign::AcknowledgeAuthoritativeCopyExport
{www.docusign.net/API/3.0}AcknowledgeAuthoritativeCopyExport
envelopeId - SOAP::SOAPString transactionId - SOAP::SOAPString checkSumHash - SOAP::SOAPBase64
Attributes
checkSumHash[RW]
envelopeId[RW]
transactionId[RW]
Public Class Methods
new(envelopeId = nil, transactionId = nil, checkSumHash = nil)
click to toggle source
# File lib/docusign/docusign.rb, line 2880 def initialize(envelopeId = nil, transactionId = nil, checkSumHash = nil) @envelopeId = envelopeId @transactionId = transactionId @checkSumHash = checkSumHash end