Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 926 Bytes

File metadata and controls

17 lines (14 loc) · 926 Bytes

# CheckoutSessionLineItemDataResponse

Properties

Name Type Description Notes
object string [optional] [default to 'line_item']
id string ID
amountSubtotal int 割引や税金が適用される前のすべての商品の合計金額
amountTax int 税額
amountTotal int 割引と税金が適用された後のすべての商品の合計金額
currency \PAYJPV2\Model\Currency 価格の通貨。現在は `jpy` のみサポートしています。
description string
price \PAYJPV2\Model\PriceDetailsResponse 料金情報
quantity int 数量

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