Sha256: 4a6f18c4d94b2a66328af372de29a96726f2d5070df1529fb08d7934cf6b1cea

Contents?: true

Size: 585 Bytes

Versions: 1

Compression:

Stored size: 585 Bytes

Contents

# MfkOpenapiRubyClient::DeductionTaxableBillingCharge

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | 付随請求業務手数料です。 | [optional] |
| **quantity** | **Integer** | 請求件数です。 | [optional] |
| **unit_price** | **Integer** | 請求1件あたりの付随請求業務手数料です。 | [optional] |

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::DeductionTaxableBillingCharge.new(
  amount: 2000,
  quantity: 10,
  unit_price: 200
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/DeductionTaxableBillingCharge.md