Share via


Bank::paymIdValidationCountryRegionISOCode Method [AX 2012]

Determines the country and region ISO code for the bank validation that is based on the main account or the offset account.

Syntax

client server public static LogisticsAddressCountryRegionISOCode paymIdValidationCountryRegionISOCode(
    LedgerJournalACType _accountType, 
    LedgerDimensionAccount _ledgerDimension, 
   [BankAccountID _bankAccountID, 
    LedgerJournalACType _offsetAccountType, 
    LedgerDimensionAccount _offsetLedgerDimension])

Run On

Called

Parameters

Return Value

Type: LogisticsAddressCountryRegionISOCode Extended Data Type
A country and region ISO code if applicable; otherwise, an empty string.

Remarks

The country and region ISO code returned is used to create an instance of a country specific bank class.

See Also

Reference

Bank Class