Click or drag to resize

IReadOnlyIntrastatContactComplexEntityMember Interface

IntrastatContactComplexEntityMember class

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

The IReadOnlyIntrastatContactComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEmail
Gets the Email member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyFax
Gets the Fax member value
Public propertyHabilityNumber
Gets the HabilityNumber member value
Public propertyName
Gets the Name member value
Public propertyPhone
Gets the Phone 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