Click or drag to resize

IReadOnlySalesActivitiesComplexEntityMember Interface

GoodServiceSalesActivities ComplexEntityMember

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlySalesActivitiesComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlySalesActivitiesComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyGoodAssesmentRate
Gets the GoodAssesmentRate member value
Public propertyGoodFCCRate
Gets the GoodFCCRate member value
Public propertyGoodImpositionRate
Gets the GoodImpositionRate member value
Public propertyGoodSalesThreshold
Gets the GoodSalesThreshold member value
Public propertyGoodVocationalTrainingRate
Gets the GoodVocationalTrainingRate member value
Public propertyPeriod
Gets the Period member value
Public propertyServiceAssesmentRate
Gets the ServiceAssesmentRate member value
Public propertyServiceFCCRate
Gets the ServiceFCCRate member value
Public propertyServiceImpositionRate
Gets the ServiceImpositionRate member value
Public propertyServiceSalesThreshold
Gets the ServiceSalesThreshold member value
Public propertyServiceVocationalTrainingRate
Gets the ServiceVocationalTrainingRate member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also