You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
**name** | **str, none_type** | The name of the product or variant associated with the line item. |
9
9
**quantity** | **str, none_type** | The quantity of the product or variant associated with the line item. |
10
-
**total_amount** | **str, none_type** | The total amount for the product(s) or variant associated with the line item, including taxes and discounts. |
11
10
**id** | **str, none_type** | A unique identifier for an object. | [optional][readonly]
12
11
**product_id** | **str, none_type** | A unique identifier for the product associated with the line item. | [optional]
13
12
**variant_id** | **str, none_type** | A unique identifier for the variant of the product associated with the line item, if applicable. | [optional]
@@ -21,6 +20,7 @@ Name | Type | Description | Notes
21
20
**refunded_amount** | **str, none_type** | The amount of the line item that has been refunded. | [optional]
22
21
**refunded_quantity** | **str, none_type** | The quantity of the line item that has been refunded. | [optional]
23
22
**sub_total** | **str, none_type** | The sub total for the product(s) or variant associated with the line item, excluding taxes and discounts. | [optional]
23
+
**total_amount** | **str, none_type** | The total amount for the product(s) or variant associated with the line item, including taxes and discounts. | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
refunded_amount (str, none_type): The amount of the line item that has been refunded.. [optional] # noqa: E501
193
192
refunded_quantity (str, none_type): The quantity of the line item that has been refunded.. [optional] # noqa: E501
194
193
sub_total (str, none_type): The sub total for the product(s) or variant associated with the line item, excluding taxes and discounts.. [optional] # noqa: E501
194
+
total_amount (str, none_type): The total amount for the product(s) or variant associated with the line item, including taxes and discounts.. [optional] # noqa: E501
refunded_amount (str, none_type): The amount of the line item that has been refunded.. [optional] # noqa: E501
296
294
refunded_quantity (str, none_type): The quantity of the line item that has been refunded.. [optional] # noqa: E501
297
295
sub_total (str, none_type): The sub total for the product(s) or variant associated with the line item, excluding taxes and discounts.. [optional] # noqa: E501
296
+
total_amount (str, none_type): The total amount for the product(s) or variant associated with the line item, including taxes and discounts.. [optional] # noqa: E501
0 commit comments