Click or drag to resize

IBankAccountDetailComplexEntityMember Interface

Bank account detail members

Namespace:  EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Entities
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IBankAccountDetailComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IBankAccountDetailComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyBBAN

National account number

(RIB / BBAN)

Public propertyBBANMember

National account number

(RIB / BBAN)

Public propertyBIC

Bank identifier code

(BIC)

Public propertyBICMember

Bank identifier code

(BIC)

Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyIBAN

International bank accountNumber

(IBAN)

Public propertyIBANMember

International bank accountNumber

(IBAN)

Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also