Class BuyoffStationSettings
Buyoff configuration settings that a station needs to operate.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class BuyoffStationSettings
- Inheritance
-
BuyoffStationSettings
- Inherited Members
Constructors
BuyoffStationSettings()
public BuyoffStationSettings()
Properties
Buyoffs
Gets or sets the list of buyoffs that can be performed by this station.
public IList<LineBuyoff> Buyoffs { get; }