Click or drag to resize
Infosoft Logo

InvalidRetailerReturnAmountFaultErrorDays Property

Gets or sets the error days.

Namespace: Infosoft.Common.Contracts.FaultContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public IList<ReturnDay> ErrorDays { get; set; }

Property Value

IListReturnDay
The return days on which the error occured.
See Also