Class LineBuyoff
Settings for a buyoff defined for a line.
[DataContract(Name = "BuyOff", Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business")]
public class LineBuyoff
- Inheritance
-
LineBuyoff
- Inherited Members
Constructors
LineBuyoff(string)
Initializes a new instance of the LineBuyoff class.
public LineBuyoff(string name)
Parameters
namestringThe buyoff name.
Exceptions
- ArgumentNullException
nameis null.
Properties
Name
Gets the buyoff name.
[DataMember]
public string Name { get; }