Sha256: dad1cf72f662e28e0cd03c5ef00c8852176375a67967a8ca742354417a603604
Contents?: true
Size: 611 Bytes
Versions: 1
Compression:
Stored size: 611 Bytes
Contents
# Buildium::LeaseRecurringPaymentMessagePayer ## 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::LeaseRecurringPaymentMessagePayer.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/LeaseRecurringPaymentMessagePayer.md |