Sha256: 3847bb7730b674e58d0438c7006baba43e26ae93cc7f2da773e61ed9a803368a
Contents?: true
Size: 595 Bytes
Versions: 1
Compression:
Stored size: 595 Bytes
Contents
# Buildium::PaymentDetailMessagePayee ## 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::PaymentDetailMessagePayee.new( id: null, name: null, type: null, href: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/PaymentDetailMessagePayee.md |