A combination of types: Account Identifier (BBIE). Identifies the Credit Account.

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IIdentifier CreditAccountAccountID { get; set; }
Visual Basic
Public Property CreditAccountAccountID As IIdentifier
	Get
	Set
Visual C++
public:
virtual property IIdentifier^ CreditAccountAccountID {
	IIdentifier^ get () sealed;
	void set (IIdentifier^ value) sealed;
}
F#
abstract CreditAccountAccountID : IIdentifier with get, set
override CreditAccountAccountID : IIdentifier with get, set

Property Value

Type: IIdentifier

Implements

IPaymentMeans..::..CreditAccountAccountID

Remarks

Dictionary entry name
Credit Account. Account Identifier. Identifier
Cardinality
1
Credit Account (ASBIE). An association to Credit Account.
Dictionary entry name
Payment Means. Credit Account
Cardinality
0..1

Examples

"Customer Code 29"

See Also