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
- _custAccount
Type: CustAccount Extended Data Type
The customer account of the credit card customer to check for existence.
Return Value
Type: boolean
true if a credit card exists for the specified customer account; otherwise, false.