# Buildium::BillLineItemPatchMessageMarkup ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Float** | The mark up amount. The value should be relative to the markup `Type`. If the mark up `Type` is `Percent` the value cannot exceed 100. | [optional] | | **type** | **String** | The markup type. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillLineItemPatchMessageMarkup.new( amount: null, type: null ) ```