Sha256: 2bf073fdf328792a75ebfe548f246edfc11421cc75d717ce1dc00aa90fb445b2
Contents?: true
Size: 523 Bytes
Versions: 1
Compression:
Stored size: 523 Bytes
Contents
# Buildium::BillMarkupPatchMessage ## 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::BillMarkupPatchMessage.new( amount: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BillMarkupPatchMessage.md |