Table of Contents

Class LineBuyoff

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

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

name string

The buyoff name.

Exceptions

ArgumentNullException

name is null.

Properties

Name

Gets the buyoff name.

[DataMember]
public string Name { get; }

Property Value

string