Click or drag to resize

IReadOnlyVatInformationsOptionsComplexEntityMember Interface

contains the vat informations OptionsComplexEntityMember

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 IReadOnlyVatInformationsOptionsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyVatInformationsOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyDefaultTerritorialityId
Gets the DefaultTerritorialityId member value
Public propertyDefaultVatId
Gets the DefaultVatId member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyIntraCommunityVatNumber
Gets the IntraCommunityVatNumber member value
Public propertyVatMode
Gets the VatMode 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