Table of Contents

Class LineReturnReference

Namespace
anybill.POS.Client.Models.Receipt.Data.Line.Extension
Assembly
anybill.POS.Client.Abstractions.dll

Use this property if the item in this line is a returned item: The return reference represents references to the original receipt, where the product was bought.

public class LineReturnReference
Inheritance
LineReturnReference
Inherited Members

Properties

OriginalReceiptIdReference

The anybill id of the original receipt, which is referenced with this return flow

public Guid? OriginalReceiptIdReference { get; set; }

Property Value

Guid?

ReturnCodeReference

Your custom code to identify the original receipt. Must be set in Misc::Extension::ReturnBarcode in the original receipt.

public string ReturnCodeReference { get; set; }

Property Value

string