Sha256: 2a54f599afe77763ab26d68b6470a4c47a793b419cd8e1d078a9b745f4ab9b1e

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 Bytes

Contents

# MfkOpenapiRubyClient::BillingsList

## Properties

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

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::BillingsList.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/BillingsList.md