Sha256: 851e49565e1ce89537fdce47da94296c323b4297a46c6acb732bc3e8c6fe7ef5
Contents?: true
Size: 539 Bytes
Versions: 1
Compression:
Stored size: 539 Bytes
Contents
# 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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BillLineItemPatchMessageMarkup.md |