Sha256: 2b40fd1784ed3606aef8f4f399cd43a48b243dea6fdd8dc2739d6c4c628fd2eb

Contents?: true

Size: 539 Bytes

Versions: 1

Compression:

Stored size: 539 Bytes

Contents

# MfkOpenapiRubyClient::DeductionTaxablePosting

## 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::DeductionTaxablePosting.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/DeductionTaxablePosting.md