Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1 KB

File metadata and controls

20 lines (17 loc) · 1 KB

# TaxRateDetailsResponse

Properties

Name Type Description Notes
object string [optional] [default to 'tax_rate']
id string 税率 ID
livemode bool 本番環境かどうか
displayName string 表示名。顧客に表示されます。
inclusive bool 税込みかどうか。税込 = `true` 税抜 = `false`
percentage float 税率 (% 単位)
active bool この税率が有効であるかどうか
country \PAYJPV2\Model\Country
description string
createdAt \DateTime 作成日時 (UTC, ISO 8601 形式)
updatedAt \DateTime 更新日時 (UTC, ISO 8601 形式)
metadata array<string,mixed> メタデータ

[Back to Model list] [Back to API list] [Back to README]