Account Identifier (BBIE). The customer's internal identifier for the supplier.

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 CustomerAssignedAccountID { get; set; }
Visual Basic
Public Property CustomerAssignedAccountID As IIdentifier
	Get
	Set
Visual C++
public:
virtual property IIdentifier^ CustomerAssignedAccountID {
	IIdentifier^ get () sealed;
	void set (IIdentifier^ value) sealed;
}
F#
abstract CustomerAssignedAccountID : IIdentifier with get, set
override CustomerAssignedAccountID : IIdentifier with get, set

Property Value

Type: IIdentifier

Implements

ISupplierParty..::..CustomerAssignedAccountID

Remarks

Dictionary entry name
Supplier Party. Customer Assigned_ Account Identifier. Identifier
Cardinality
0..1

See Also