Class lineItemType

Inheritance
System.Object
lineItemType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Plugins.Payment.Authorize
Assembly: Mediachase.Commerce.Plugins.Payment.dll
Version: 10.8.0
Syntax
public class lineItemType

Constructors

lineItemType()

Declaration
public lineItemType()

Fields

description

Declaration
public string description
Field Value
Type Description
System.String

itemId

Declaration
public string itemId
Field Value
Type Description
System.String

name

Declaration
public string name
Field Value
Type Description
System.String

quantity

Declaration
public decimal quantity
Field Value
Type Description
System.Decimal

taxable

Declaration
public bool taxable
Field Value
Type Description
System.Boolean

taxableSpecified

Declaration
public bool taxableSpecified
Field Value
Type Description
System.Boolean

unitPrice

Declaration
public decimal unitPrice
Field Value
Type Description
System.Decimal