Sha256: c27c1edf7c6625c1c2736a2d18d1b6140af65afe7592f6ed0b269755426f6ee3

Contents?: true

Size: 476 Bytes

Versions: 1

Compression:

Stored size: 476 Bytes

Contents

# MfkOpenapiRubyClient::AmountPerTaxRateType

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | 対象税率種別毎の合計金額です。**税込**金額になります。 |  |
| **tax_rate_type** | [**TaxRateType**](TaxRateType.md) |  |  |

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::AmountPerTaxRateType.new(
  amount: 12000,
  tax_rate_type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/AmountPerTaxRateType.md