Sha256: 692d3b0ad017c9b179f650ee52314df3ab6a3d9534a4800c1576e6e4465eadbc

Contents?: true

Size: 562 Bytes

Versions: 1

Compression:

Stored size: 562 Bytes

Contents

# MfkOpenapiRubyClient::BillingUnpaid

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **shortage_amount** | **Integer** | 未入金額です。 | [optional] |
| **updated_date** | **Date** | 入金情報が最後に更新された日付です。この日付以降に入金されている可能性があります。 | [optional] |

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::BillingUnpaid.new(
  shortage_amount: 12000,
  updated_date: Tue Apr 30 00:00:00 GMT 2019
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/BillingUnpaid.md