Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.75 KB

File metadata and controls

27 lines (19 loc) · 1.75 KB

WooCommerceShopOrderRefund

Properties

Name Type Description Notes
id Integer Unique identifier for the resource. [optional]
parentId Integer Parent order ID. [optional]
dateCreated OffsetDateTime The date the order refund was created, in the site's timezone. [optional]
dateCreatedGmt OffsetDateTime The date the order refund was created, as GMT. [optional]
amount String Refund amount. [optional]
reason String Reason for refund. [optional]
refundedBy Integer User ID of user who created the refund. [optional]
refundedPayment Boolean If the payment was refunded via the API. [optional]
metaData List<WooCommerceShopCouponMetaDataInner> Meta data. [optional]
lineItems List<WooCommerceShopOrderRefundLineItemsInner> Line items data. [optional]
taxLines List<WooCommerceShopOrderRefundTaxLinesInner> Tax lines data. [optional]
shippingLines List<WooCommerceShopOrderRefundShippingLinesInner> Shipping lines data. [optional]
feeLines List<WooCommerceShopOrderRefundFeeLinesInner> Fee lines data. [optional]
apiRefund Boolean When true, the payment gateway API is used to generate the refund. [optional]
apiRestock Boolean When true, refunded items are restocked. [optional]