Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 1.23 KB

OrderReturnLineItemModifier.md

File metadata and controls

18 lines (13 loc) · 1.23 KB

SquareConnect.OrderReturnLineItemModifier

Description

Note: This model is in beta.

A line item modifier being returned.

Properties

Name Type Description Notes
uid String Unique ID that identifies the return modifier only within this order. [optional]
source_modifier_uid String `uid` of the Modifier from the LineItem from the Order which contains the original sale of this line item modifier. [optional]
catalog_object_id String The catalog object id referencing `CatalogModifier`. [optional]
name String The name of the item modifier. [optional]
base_price_money Money The base price for the modifier. `base_price_money` is required for ad hoc modifiers. If both `catalog_object_id` and `base_price_money` are set, `base_price_money` will override the predefined `CatalogModifier` price. [optional]
total_price_money Money The total price of the item modifier for its line item. This is the modifier's `base_price_money` multiplied by the line item's quantity. [optional]