Compartilhar via


CreditCardProcessors::validateCurrencyForProcessor Method

Indicates whether the currency is valid.

Syntax

server public static boolean validateCurrencyForProcessor(
    CreditCardProcessors _creditCardProcessors, 
    CurrencyCode _currencyCode, 
    CreditCardTypeName _cardTypeName)

Run On

Server

Parameters

Return Value

Type: boolean
true if the currency is valid for the current credit card processor; otherwise, false.

Remarks

If there is no active processor, this method returns true.

See Also

Reference

CreditCardProcessors Table