Click or drag to resize

ITaxAmountComplexEntityMember Interface

Tax amount Complex Column

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Tax
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface ITaxAmountComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The ITaxAmountComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyBaseAmount
Gets or sets the BaseAmount
Public propertyBaseAmountMember
Gets the BaseAmount
Public propertyBaseBaseAmount
Gets or sets the CurrencyBaseAmount
Public propertyBaseBaseAmountMember
Gets the CurrencyBaseAmount
Public propertyBaseTaxAmount
Gets or sets the CurrencyBaseAmount
Public propertyBaseTaxAmountMember
Gets the CurrencyBaseAmount
Public propertyCurrencyBaseAmount
Gets or sets the CurrencyBaseAmount
Public propertyCurrencyBaseAmountMember
Gets the CurrencyBaseAmount
Public propertyCurrencyTaxAmount
Gets or sets the CurrencyTaxAmount
Public propertyCurrencyTaxAmountMember
Gets the CurrencyTaxAmount
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertySubjectToVat
Gets or sets whether the tax is subject to VAT
Public propertySubjectToVatMember
Gets whether the tax is subject to VAT
Public propertyTaxAmount
Gets or sets the TaxAmount
Public propertyTaxAmountMember
Gets the TaxAmount
Public propertyTaxCalculationBase
Gets or sets the TaxCalculationBase

List of authorized values in TaxCalculationType

Public propertyTaxCalculationBaseMember
Gets the TaxCalculationBase

List of authorized values in TaxCalculationType

Public propertyTaxCaption
Gets or sets the TaxCaption
Public propertyTaxCaptionMember
Gets the TaxCaption
Public propertyTaxId
Gets or sets the tax Id
Public propertyTaxIdMember
Gets the tax Id
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also