SquareConnect::OrderReturn

June 12, 2019 ยท View on GitHub

Description

The set of line items, service charges, taxes, discounts, tips, etc. being returned in an Order.

Properties

NameTypeDescriptionNotes
uidStringUnique ID that identifies the return only within this order. This field is read-only.[optional]
source_order_idStringOrder which contains the original sale of these returned line items. This will be unset for unlinked returns.[optional]
return_line_itemsArray<OrderReturnLineItem>Collection of line items which are being returned.[optional]
return_service_chargesArray<OrderReturnServiceCharge>Collection of service charges which are being returned. This field is read-only.[optional]
return_taxesArray<OrderReturnTax>Collection of taxes which are being returned.[optional]
return_discountsArray<OrderReturnDiscount>Collection of discounts which are being returned.[optional]
rounding_adjustmentOrderRoundingAdjustmentA positive or negative rounding adjustment to the total value being returned. Commonly used to apply Cash Rounding when the minimum unit of account is smaller than the lowest physical denomination of currency.[optional]
return_amountsOrderMoneyAmountsAggregate monetary value being returned by this Return entry.[optional]