Share via


VendOutPaymRecord_MultiCash_PL.formatBankRegistrationNumber Method [AX 2012]

Formats the bank registration number according to the specification.

Syntax

protected str formatBankRegistrationNumber(str _bankRegistrationNumber)

Run On

Server

Parameters

  • _bankRegistrationNumber
    Type: str
    The number to format.

Return Value

Type: str
The formatted number.

Remarks

According to the specification, a bank registration number is numeric.

See Also

Reference

VendOutPaymRecord_MultiCash_PL Class