Sha256: 74b4f1861eb92660da7215188e0257d8a770f4cbd98c50f9c2d922bd9257ca58

Contents?: true

Size: 864 Bytes

Versions: 1

Compression:

Stored size: 864 Bytes

Contents

# MfkOpenapiRubyClient::DeductionTaxable

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | 課税対象の控除金額です。 | [optional] |
| **basic_monthly_charge** | **Integer** | 月額基本料金です。 | [optional] |
| **billing_charge** | [**DeductionTaxableBillingCharge**](DeductionTaxableBillingCharge.md) |  | [optional] |
| **posting** | [**DeductionTaxablePosting**](DeductionTaxablePosting.md) |  | [optional] |
| **convenience_billing** | [**DeductionTaxableConvenienceBilling**](DeductionTaxableConvenienceBilling.md) |  | [optional] |

## Example

```ruby
require 'mfk_openapi_ruby_client'

instance = MfkOpenapiRubyClient::DeductionTaxable.new(
  amount: 25000,
  basic_monthly_charge: 10000,
  billing_charge: null,
  posting: null,
  convenience_billing: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mfk_openapi_ruby_client-1.0.0 docs/DeductionTaxable.md