Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 722 Bytes

WebhookEzsignDocumentCompleted.md

File metadata and controls

22 lines (16 loc) · 722 Bytes

EzmaxApi::WebhookEzsignDocumentCompleted

Properties

Name Type Description Notes
obj_webhook CustomWebhookResponse
a_obj_attempt Array<AttemptResponseCompound> An array containing details of previous attempts that were made to deliver the message. The array is empty if it's the first attempt.
obj_ezsigndocument EzsigndocumentResponse

Example

require 'Ezmaxapi'

instance = EzmaxApi::WebhookEzsignDocumentCompleted.new(
  obj_webhook: null,
  a_obj_attempt: null,
  obj_ezsigndocument: null
)