Name | Type | Description | Notes |
---|---|---|---|
bill_date | Date | Bill date. | [optional] |
bill_number | Integer | Bill number. | [optional] |
bill_splits | Array<SplitPaid> | List of bill splits. | [optional] |
id | Integer | Unique identifier. | [optional] |
require 'propertyware'
instance = Propertyware::BillPaid.new(
bill_date: null,
bill_number: null,
bill_splits: null,
id: null
)