Sha256: 44f20aa9bec3d7967134ee55506c260febea3b327d485778c89ebf1869a02a1b

Contents?: true

Size: 1.55 KB

Versions: 1

Compression:

Stored size: 1.55 KB

Contents

# MfkOpenapiRubyClient::Payout

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | 振込金額です。 | [optional] |
| **collected_amount** | **Integer** | 振込の対象となる回収金額です。 | [optional] |
| **deduction** | [**Deduction**](Deduction.md) |  | [optional] |
| **id** | **String** | 振込IDです。一意の識別子として自動で付与されます。 | [optional] |
| **object** | **String** | このObjectの種別を示します。ここでは必ず`payout`が入ります。 | [optional] |
| **payout_date** | **Date** | 振込予定日です。 | [optional] |
| **receivables_amount** | **Integer** | 振込の対象となる債権金額です。 | [optional] |
| **status** | **String** | 振込ステータスです。振込手続中(`in_progress`)、振込完了(`completed`)があります。 | [optional] |
| **type** | **String** | 振込種別です。通常振込(`normal`)、早期振込(`early`)があります。 | [optional] |
| **uri** | **String** | 振込URIです。すべてのリソースで一意の識別子として自動で付与されます。 | [optional] |

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::Payout.new(
  amount: 1000000,
  collected_amount: 200000,
  deduction: null,
  id: 7679-YW36,
  object: payout,
  payout_date: Mon Apr 01 00:00:00 GMT 2019,
  receivables_amount: 1100000,
  status: completed,
  type: normal,
  uri: mfk:payout:7679-YW36
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/Payout.md