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