Method: Propertyware::AutoPayment.openapi_types

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

.openapi_typesObject

Attribute type mapping.



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

def self.openapi_types
  {
    :'account' => :'String',
    :'amount' => :'Float',
    :'created_by' => :'String',
    :'created_date_time' => :'Time',
    :'description' => :'String',
    :'end_date' => :'Date',
    :'fee_amount' => :'Float',
    :'frequency' => :'String',
    :'gl_account_id' => :'Integer',
    :'id' => :'Integer',
    :'last_modified_by' => :'String',
    :'last_modified_date_time' => :'Time',
    :'last_post_date' => :'Date',
    :'start_date' => :'Date'
  }
end