Sha256: 2950c06d98d2291290eac3b64cf319c4a4e61ca9727ccbf8cc22103af4e63a8a
Contents?: true
Size: 604 Bytes
Versions: 1
Compression:
Stored size: 604 Bytes
Contents
# MfkOpenapiRubyClient::DeductionTaxFree ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **amount** | **Integer** | 非課税の控除金額です。 | [optional] | | **commission_amount** | **Integer** | 手数料の金額です。 | [optional] | | **early_payout_commission_amount** | **Integer** | 早期振込手数料の金額です。 | [optional] | ## Example ```ruby require 'mfk_openapi_ruby_client' instance = MfkOpenapiRubyClient::DeductionTaxFree.new( amount: 1000, commission_amount: 10000, early_payout_commission_amount: 10000 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mfk_openapi_ruby_client-1.0.0 | docs/DeductionTaxFree.md |