Documentation

CreditCardService
in package

Table of Contents

$whmcs_api  : IWhmcsHttpClient
__construct()  : mixed
fetchAllByAccountId()  : array<string|int, mixed>
Retrieves all credit cards of the account

Properties

Methods

fetchAllByAccountId()

Retrieves all credit cards of the account

public fetchAllByAccountId(int $accountId) : array<string|int, mixed>
Parameters
$accountId : int

the whmcs client id

Tags
throws
WHMCSApiException

WHMCS API Error

Return values
array<string|int, mixed>

an array of CreditCard model

Search results