Click or drag to resize

ICustomerAccountsComplexEntityMember Interface

Customer cccounts complex entity members

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

The ICustomerAccountsComplexEntityMember type exposes the following members.

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