Show / Hide Table of Contents

Class Fee

A fee.

Inheritance
System.Object
Fee
Inherited Members
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.Product
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class Fee

Properties

View Source

Code

A unique code for the fee.

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

CostCentreCode

The cost centre code

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

GeneralLedgerCode

The general ledger code

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

Name

The name of the fee

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

UnitType

The unit type of the fee

Declaration
public UnitType UnitType { get; set; }
Property Type: UnitType
View Source

WeeksType

The type of weeks used by the fee

Declaration
public WeeksType WeeksType { get; set; }
Property Type: WeeksType
  • View Source
Back to top Copyright © 2017 EC English