Sha256: 3e748d384d45efbef1baf08595b1e4f22cf6958ea38dc6c80c277d8727815a0b

Contents?: true

Size: 385 Bytes

Versions: 1

Compression:

Stored size: 385 Bytes

Contents

# Buildium::BankAccountCheckPostMessagePayee

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | The payee user identifier. |  |
| **type** | **String** | The payee entity type. |  |

## Example

```ruby
require 'buildium-ruby'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/BankAccountCheckPostMessagePayee.md