Method: Plaid::SandboxBankIncomeFireWebhookRequest.attribute_map

Defined in:
lib/plaid/models/sandbox_bank_income_fire_webhook_request.rb

.attribute_mapObject

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



55
56
57
58
59
60
61
62
63
# File 'lib/plaid/models/sandbox_bank_income_fire_webhook_request.rb', line 55

def self.attribute_map
  {
    :'client_id' => :'client_id',
    :'secret' => :'secret',
    :'webhook_override' => :'webhook_override',
    :'webhook_code' => :'webhook_code',
    :'webhook_fields' => :'webhook_fields'
  }
end