Click or drag to resize
Infosoft Logo

GetDistributionInterchangesRequestFilter Property

Gets or sets a list of states used to filter for when getting the DistributionInterchange entries. If set only items matching one or more items in the list will be included

Namespace: Infosoft.Common.Contracts.MessageContracts.DistributionIntergration
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public IList<DistributionInterchange> Filter { get; set; }

Property Value

IListDistributionInterchange
See Also