メインコンテンツまでスキップ
翻訳未対応
まだ日本語に翻訳されていません。サポートが必要な場合は、クリニックのKOS担当者にお問い合わせください。

protos.procedure.Price

amount object
valueint32
currencystring
suppliedAmount object

과세 공급가액

valueint32
currencystring
taxFreeAmount object

면세 금액 (aka. 면세 공급가액)

valueint32
currencystring
vatAmount object

부가가치세

valueint32
currencystring
taxationenum

과세 여부

Possible values: [Taxation_UNKNOWN, TAXABLE, TAX_FREE, MIXED]

protos.procedure.Price
{
"amount": {
"value": 0,
"currency": "string"
},
"suppliedAmount": {
"value": 0,
"currency": "string"
},
"taxFreeAmount": {
"value": 0,
"currency": "string"
},
"vatAmount": {
"value": 0,
"currency": "string"
},
"taxation": "Taxation_UNKNOWN"
}