Sha256: 8ce71ef338d3f0462bfd89cdfe4a53e051d21ce32198ebc6ce7e656f7c7498da

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 Bytes

Contents

# MfkOpenapiRubyClient::DeductionUntaxable

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | 不課税の控除金額です。 | [optional] |
| **revenue_stamp** | [**DeductionUntaxableRevenueStamp**](DeductionUntaxableRevenueStamp.md) |  | [optional] |

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::DeductionUntaxable.new(
  amount: 15000,
  revenue_stamp: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/DeductionUntaxable.md