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

Latest commit

 

History

History
21 lines (14 loc) · 1.57 KB

OrderReturn.md

File metadata and controls

21 lines (14 loc) · 1.57 KB

OrderReturn

Description

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

Properties

Name Type Description Notes
uid String Unique ID that identifies the return only within this order. This field is read-only. [optional]
sourceOrderId String Order which contains the original sale of these returned line items. This will be unset for unlinked returns. [optional]
returnLineItems List<OrderReturnLineItem> Collection of line items which are being returned. [optional]
returnServiceCharges List<OrderReturnServiceCharge> Collection of service charges which are being returned. This field is read-only. [optional]
returnTaxes List<OrderReturnTax> Collection of taxes which are being returned. [optional]
returnDiscounts List<OrderReturnDiscount> Collection of discounts which are being returned. [optional]
roundingAdjustment OrderRoundingAdjustment A 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]
returnAmounts OrderMoneyAmounts Aggregate monetary value being returned by this Return entry. [optional]