The OrderResponseLineItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrderResponseLineItem |
Initializes a new instance of the
OrderResponseLineItem
class with default settings.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from SerializableBase.) | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
EstimatedCost |
Gets or sets the rate used to calculate the estimated cost for
this event or service.
| |
LineItemNumber |
Gets or sets the line item's line number.
| |
LineItemNumberSpecified |
Include the LineItemNumber
property when serializing the class or generating the document.
| |
Note |
Gets or sets additional information about the line item.
| |
NoteSpecified |
Include the Note
property when serializing the class or generating the document.
| |
ResponseCode |
Gets or sets the response code indicating whether the order line item
was accepted or rejected.
| |
ResponseCodeSpecified |
Include the ResponseCode
property when serializing the class or generating the document.
|