Method: QwilAPI::WriteAccountSerializer.swagger_types

Defined in:
lib/qwil_api/models/write_account_serializer.rb

.swagger_typesObject

Attribute type mapping.



69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/qwil_api/models/write_account_serializer.rb', line 69

def self.swagger_types
  {
    :'account_number' => :'String',
    :'name' => :'String',
    :'routing_number' => :'String',
    :'is_tax_savings' => :'BOOLEAN',
    :'is_paypal' => :'BOOLEAN',
    :'is_mychoice' => :'BOOLEAN',
    :'mychoice_user_id' => :'Integer',
    :'mychoice_card_id' => :'Integer',
    :'user' => :'String'
  }
end