Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 484 Bytes

CustomWebhooklogResponse.md

File metadata and controls

20 lines (14 loc) · 484 Bytes

EzmaxApi::CustomWebhooklogResponse

Properties

Name Type Description Notes
dt_webhooklog_date String The date and time at which the Webhooklog happened.
t_webhooklog_json String The Json containing the Webhook call and return

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomWebhooklogResponse.new(
  dt_webhooklog_date: 2020-12-31 23:59:59,
  t_webhooklog_json: {}
)