Method: TransferZero::RecipientWebhook.attribute_map

Defined in:
lib/transferzero-sdk/models/recipient_webhook.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



26
27
28
29
30
31
32
# File 'lib/transferzero-sdk/models/recipient_webhook.rb', line 26

def self.attribute_map
  {
    :'webhook' => :'webhook',
    :'event' => :'event',
    :'object' => :'object'
  }
end