Click or drag to resize

IThirdAccountsComplexEntityMember Interface

Accounts complex entity members

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

The IThirdAccountsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAccount
Account when EBP.Accounting is not found
Public propertyAccountMember
Account when EBP.Accounting is not found
Public propertyAuxiliary
Auxiliary Account
Public propertyAuxiliaryMember
Auxiliary Account
Public propertyBillOfExchangeAccount
Gets or sets the account used for bill of exchange accounting transfer
Public propertyBillOfExchangeAccountMember
Gets the account used for bill of exchange accounting transfer
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also