Sha256: c159c3e304f1f8c2eefbfdbe3168e75d7ded1f30d0f63cf945a6194b6e85063b

Contents?: true

Size: 568 Bytes

Versions: 1

Compression:

Stored size: 568 Bytes

Contents

# MfkOpenapiRubyClient::DeductionUntaxableRevenueStamp

## 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::DeductionUntaxableRevenueStamp.new(
  amount: 15000,
  quantity: 100,
  unit_price: 150
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/DeductionUntaxableRevenueStamp.md