Method: Propertyware::Bill.attribute_map

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

.attribute_mapObject

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



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'lib/propertyware/models/bill.rb', line 77

def self.attribute_map
  {
    :'bill_date' => :'billDate',
    :'bill_number' => :'billNumber',
    :'bill_splits' => :'billSplits',
    :'comments' => :'comments',
    :'created_by' => :'createdBy',
    :'created_date_time' => :'createdDateTime',
    :'credit' => :'credit',
    :'due_date' => :'dueDate',
    :'id' => :'id',
    :'last_modified_by' => :'lastModifiedBy',
    :'last_modified_date_time' => :'lastModifiedDateTime',
    :'markup_gl_account_id' => :'markupGLAccountID',
    :'markup_percentage' => :'markupPercentage',
    :'owner_draw' => :'ownerDraw',
    :'payment_date' => :'paymentDate',
    :'ref_no' => :'refNo',
    :'terms' => :'terms',
    :'vendor_id' => :'vendorID',
    :'work_order_id' => :'workOrderID'
  }
end