Method: Propertyware::BillPayment.attribute_map

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

.attribute_mapObject

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



65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# File 'lib/propertyware/models/bill_payment.rb', line 65

def self.attribute_map
  {
    :'amount' => :'amount',
    :'bills' => :'bills',
    :'check_number' => :'checkNumber',
    :'created_by' => :'createdBy',
    :'created_date_time' => :'createdDateTime',
    :'id' => :'id',
    :'last_modified_by' => :'lastModifiedBy',
    :'last_modified_date_time' => :'lastModifiedDateTime',
    :'memo' => :'memo',
    :'name_on_check' => :'nameOnCheck',
    :'payment_account_id' => :'paymentAccountID',
    :'payment_date' => :'paymentDate',
    :'payment_method' => :'paymentMethod',
    :'to_be_printed' => :'toBePrinted',
    :'vendor_id' => :'vendorID'
  }
end