OrdersInStoreRefundLineItemRequest constructor
OrdersInStoreRefundLineItemRequest({})
Implementation
OrdersInStoreRefundLineItemRequest({
this.lineItemId,
this.operationId,
this.priceAmount,
this.productId,
this.quantity,
this.reason,
this.reasonText,
this.taxAmount,
});