CreditCardProcessors::validateAccountForProcessor Method
Indicates whether the account is valid.
Syntax
client server public static boolean validateAccountForProcessor(
CreditCardProcessors _creditCardProcessors,
LedgerJournalACType _accountType,
DimensionDynamicDefaultAccount _ledgerDimension,
CreditCardTypeName _cardTypeName)
Run On
Called
Parameters
- _creditCardProcessors
Type: CreditCardProcessors Table
The processor to validate.
- _accountType
Type: LedgerJournalACType Enumeration
The account type of the account to validate.
- _ledgerDimension
Type: DimensionDynamicDefaultAccount Extended Data Type
The account number of the account to validate.
- _cardTypeName
Type: CreditCardTypeName Extended Data Type
The CreditCardType enumeration value of the CreditCardTypeSetup table to check for validity.
Return Value
Type: boolean
true if the account is valid for the current credit card processor; otherwise, false.