Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.63 KB

File metadata and controls

20 lines (16 loc) · 1.63 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]
IdempotencyKey string A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> [optional]

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