Sha256: 690f8d588f0bfa25bdcb46b51b1d1885f1d7ad53da92e9190807c5a0f6acc2d3
Contents?: true
Size: 487 Bytes
Versions: 4
Compression:
Stored size: 487 Bytes
Contents
# Buildium::BillPaymentLinePostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bill_line_id** | **Integer** | The unique identifier of the bill line item toward which the payment is being made. | | | **amount** | **Float** | The amount that is being paid toward the bill line item. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillPaymentLinePostMessage.new( bill_line_id: null, amount: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems