Sha256: 3e50f2179674efdb5047fd8b2ae40b1b1c1bf3ca5135f23fe339665ea74b4f2c
Contents?: true
Size: 603 Bytes
Versions: 1
Compression:
Stored size: 603 Bytes
Contents
# MfkOpenapiRubyClient::DeductionTaxableConvenienceBilling ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **charge** | **Integer** | コンビニ払込手数料です。 | [optional] | | **quantity** | **Integer** | コンビニ払込件数です。 | [optional] | | **unit_price** | **Integer** | コンビニ払込1件あたりの手数料です。 | [optional] | ## Example ```ruby require 'mfk_openapi_ruby_client' instance = MfkOpenapiRubyClient::DeductionTaxableConvenienceBilling.new( charge: 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/DeductionTaxableConvenienceBilling.md |