Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 593 Bytes

Webhook.md

File metadata and controls

21 lines (14 loc) · 593 Bytes

TransferZero::Webhook

Properties

Name Type Description Notes
webhook String The ID of the webhook that was used to send out this callback
event String The event that triggered this webhook
object Object The returned object

Code Sample

require 'TransferZero'

instance = TransferZero::Webhook.new(webhook: b2f574ff-7efe-4579-9f16-fcb9097e5ab6,
                                 event: transaction.paid,
                                 object: null)