Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.31 KB

OrderRefundAdd.md

File metadata and controls

19 lines (15 loc) · 1.31 KB

Org.OpenAPITools.Model.OrderRefundAdd

Properties

Name Type Description Notes
OrderId string Defines the order for which the refund will be created. [optional]
Items List<OrderRefundAddItemsInner> Defines items in the order that will be refunded [optional]
TotalPrice decimal Defines order refund amount. [optional]
ShippingPrice decimal Defines refund shipping amount. [optional]
FeePrice decimal Specifies refund's fee price [optional]
Message string Refund reason, or some else message which assigned to refund. [optional]
ItemRestock bool Boolean, whether or not to add the line items back to the store inventory. [optional] [default to false]
SendNotifications bool Send notifications to customer after refund was created [optional] [default to false]
Date string Specifies an order creation date in format Y-m-d H:i:s [optional]
IsOnline bool Indicates whether refund type is online [optional] [default to false]

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