Gets a 'Account Identifier' entry.
Account Identifier (BBIE). An identifier for the Customer's account, assigned by a third party.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IIdentifier GetAdditionalAccountID(
int index
) |
| Visual Basic |
|---|
Function GetAdditionalAccountID (
index As Integer
) As IIdentifier |
| Visual C++ |
|---|
IIdentifier^ GetAdditionalAccountID(
int index
) |
| F# |
|---|
abstract GetAdditionalAccountID :
index : int -> IIdentifier
|
Return Value
Type:
IIdentifierThe indexed
IIdentifier object.
See Also