Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 656 Bytes

WebhookResponse.md

File metadata and controls

28 lines (22 loc) · 656 Bytes

VeloPayments::WebhookResponse

Properties

Name Type Description Notes
id String [optional]
payor_id String [optional]
webhook_url String [optional]
authorization_header String [optional]
enabled Boolean [optional]
categories Array<Category> [optional]

Example

require 'velopayments'

instance = VeloPayments::WebhookResponse.new(
  id: null,
  payor_id: null,
  webhook_url: null,
  authorization_header: null,
  enabled: null,
  categories: null
)