Enum ReturnReasonType
- Namespace
- RetailForce.Fiscalisation.Model.Document
- Assembly
- RetailForce.Fiscalisation.Model.dll
The reason for the return.
public enum ReturnReasonType
Fields
CustomerComplaint = 10The customer complains about the product (also for warranty).
CustomerDataWrong = 13The customer data on the issued receipt was wrong.
CustomerDiscount = 12The customer wants to have a discount on the item.
CustomerReturn = 11The customer wants to return the product (without complaint).
ItemNotInStock = 2Item was not in stock.
MasterDataWrong = 1Master data for the item was wrong.
TechnicalMysteryShopping = 20The sales process was a mystery shopping receipt.
UserMistake = 0Set it the user of the pos software has done a mistake and it should be corrected.