Sha256: 25d84c9b296919934c9b8354e9e6e9c5ec78619d28ac59bb0820e2b33e4722b0
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
# Buildium::BillLinePostMessageMarkup ## 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. | | | **type** | **String** | The markup type. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::BillLinePostMessageMarkup.new( amount: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/BillLinePostMessageMarkup.md |