CreditCardCust::creditCardExistForCust Method

Determines whether a credit card record exists in the CreditCardCust table for the specified customer account.

Syntax

server public static boolean creditCardExistForCust(CustAccount _custAccount)

Run On

Server

Parameters

Return Value

Type: boolean
true if a credit card exists for the specified customer account; otherwise, false.

See Also

Reference

CreditCardCust Table