OrdersInStoreRefundLineItemRequest constructor

OrdersInStoreRefundLineItemRequest({
  1. String? lineItemId,
  2. String? operationId,
  3. Price? priceAmount,
  4. String? productId,
  5. int? quantity,
  6. String? reason,
  7. String? reasonText,
  8. Price? taxAmount,
})

Implementation

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