Sha256: 44aa3adbb4ef2468c4abf5ac1083d6c843dedfeed7be2c3aaa1acfbd635cfe1c

Contents?: true

Size: 592 Bytes

Versions: 1

Compression:

Stored size: 592 Bytes

Contents

# MfkOpenapiRubyClient::PayoutsList

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **items** | [**Array<Payout>**](Payout.md) | 振込一覧です。 | [optional] |
| **object** | **String** | このObjectの種別を示します。ここでは必ず `list`が設定されます。 | [optional] |
| **pagination** | [**Pagination**](Pagination.md) |  | [optional] |

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::PayoutsList.new(
  items: null,
  object: list,
  pagination: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/PayoutsList.md