Method: DocuSign_eSign::EnvelopeTemplate#transaction_id

Defined in:
lib/docusign_esign/models/envelope_template.rb

#transaction_idObject

Used to identify an envelope. The id is a sender-generated value and is valid in the DocuSign system for 7 days. It is recommended that a transaction ID is used for offline signing to ensure that an envelope is not sent multiple times. The transactionId property can be used determine an envelope’s status (i.e. was it created or not) in cases where the internet connection was lost before the envelope status was returned.



311
312
313
# File 'lib/docusign_esign/models/envelope_template.rb', line 311

def transaction_id
  @transaction_id
end