Method: TransferZero::RecipientWebhook.openapi_types

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

.openapi_typesObject

Attribute type mapping.



35
36
37
38
39
40
41
# File 'lib/transferzero-sdk/models/recipient_webhook.rb', line 35

def self.openapi_types
  {
    :'webhook' => :'String',
    :'event' => :'String',
    :'object' => :'Recipient'
  }
end