Sha256: b2fd1e18bc7efd0c895697928561d6c0f96b9e9a7d7173a8e46f2bc4679be71d
Contents?: true
Size: 616 Bytes
Versions: 1
Compression:
Stored size: 616 Bytes
Contents
# MfkOpenapiRubyClient::PayoutRefundsList ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | [**Array<PayoutRefund>**](PayoutRefund.md) | 返金一覧です。 | [optional] | | **object** | **String** | このObjectの種別を示します。ここでは必ず `list`が設定されます。 | [optional] | | **pagination** | [**Pagination**](Pagination.md) | | [optional] | ## Example ```ruby require 'mfk_openapi_ruby_client' instance = MfkOpenapiRubyClient::PayoutRefundsList.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/PayoutRefundsList.md |