Share via


VendOutPaymRecord_MultiCash_PL.formatBankAccount Method [AX 2012]

Formats the bank account number according to the specification.

Syntax

protected str formatBankAccount(str _bankAccount)

Run On

Server

Parameters

  • _bankAccount
    Type: str
    The number to format.

Return Value

Type: str
The formatted bank account number.

Remarks

According to the specification, a bank account number is alphanumeric. Hyphens (-) are also allowed.

See Also

Reference

VendOutPaymRecord_MultiCash_PL Class