Show / Hide Table of Contents

Class FeeSummaryLine

Pricing details for a fee.

Inheritance
System.Object
SummaryLine
FeeSummaryLine
Inherited Members
SummaryLine.OutputLineId
SummaryLine.Name
SummaryLine.DiscountTotal
SummaryLine.Commission
SummaryLine.TaxAmount
SummaryLine.TaxCode
SummaryLine.BasePrice
SummaryLine.DatePeriods
SummaryLine.Discounts
SummaryLine.NumberOfUnits
SummaryLine.ProductDeliveryDates
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Pricing
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class FeeSummaryLine : SummaryLine

Properties

View Source

AppliesToOutputLineIds

A series of values that identify the product lines the fee applies to. These correspond to the OutputLineId

Declaration
public List<string> AppliesToOutputLineIds { get; set; }
Property Type: System.Collections.Generic.List<System.String>
View Source

DerivedFromProductCode

The unique code for the product from which the fee was derived

Declaration
public string DerivedFromProductCode { get; set; }
Property Type: System.String
View Source

FeeCode

The unique code for the fee.

Declaration
public string FeeCode { get; set; }
Property Type: System.String
  • View Source
Back to top Copyright © 2017 EC English