Sha256: a5c7e9d4d371240cd788c089120a19da7b5dd90d705b1fcd85572107c0177674
Contents?: true
Size: 569 Bytes
Versions: 4
Compression:
Stored size: 569 Bytes
Contents
# Buildium::PayeeMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The payer user unique identifier. | [optional] | | **name** | **String** | The name of the payer. | [optional] | | **type** | **String** | The payer user entity type. | [optional] | | **href** | **String** | A link to the resource endpoint associated with the payer. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PayeeMessage.new( id: null, name: null, type: null, href: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/PayeeMessage.md |
buildium-ruby-3.0.0 | docs/PayeeMessage.md |
buildium-ruby-2.1.0 | docs/PayeeMessage.md |
buildium-ruby-2.0.1 | docs/PayeeMessage.md |