Sha256: 3d9d5a533ac72ed0797924ce8bbc6ffa4751cfd0d6a6b23c5c1296ff7553b191

Contents?: true

Size: 519 Bytes

Versions: 4

Compression:

Stored size: 519 Bytes

Contents

# Buildium::BankAccountCheckPayeeMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | The payee user identifier. | [optional] |
| **type** | **String** | The entity type for the payee. | [optional] |
| **href** | **String** | A link to the resource endpoint associated with the payee. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::BankAccountCheckPayeeMessage.new(
  id: null,
  type: null,
  href: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/BankAccountCheckPayeeMessage.md
buildium-ruby-3.0.0 docs/BankAccountCheckPayeeMessage.md
buildium-ruby-2.1.0 docs/BankAccountCheckPayeeMessage.md
buildium-ruby-2.0.1 docs/BankAccountCheckPayeeMessage.md