Method: Propertyware::OwnerDraw.openapi_types

Defined in:
lib/propertyware/models/owner_draw.rb

.openapi_typesObject

Attribute type mapping.



109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# File 'lib/propertyware/models/owner_draw.rb', line 109

def self.openapi_types
  {
    :'amount' => :'Float',
    :'comments' => :'String',
    :'contact_id' => :'Integer',
    :'created_by' => :'String',
    :'created_date_time' => :'Time',
    :'date' => :'Date',
    :'destination_account_id' => :'Integer',
    :'gl_account_id' => :'Integer',
    :'id' => :'Integer',
    :'last_modified_by' => :'String',
    :'last_modified_date_time' => :'Time',
    :'payment_type' => :'String',
    :'portfolio_id' => :'Integer',
    :'ref_no' => :'String'
  }
end