Sha256: 780f70d3f7704f1738a26d3397ad2fa3f907091163b95a074e18d79482dd30f4

Contents?: true

Size: 414 Bytes

Versions: 1

Compression:

Stored size: 414 Bytes

Contents

# MfkOpenapiRubyClient::DeductionTax

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | 消費税額です。 | [optional] |
| **rate_type** | [**TaxRateType**](TaxRateType.md) |  | [optional] |

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::DeductionTax.new(
  amount: 10000,
  rate_type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/DeductionTax.md