class AccountsPayments extends Resource (View source)

The "payments" collection of methods.

Typical usage is:

 $adsenseService = new Google\Service\Adsense(...);
 $payments = $adsenseService->accounts_payments;

Methods

listAccountsPayments(string $parent, array $optParams = [])

Lists all the payments available for an account.

Details

ListPaymentsResponse listAccountsPayments(string $parent, array $optParams = [])

Lists all the payments available for an account.

(payments.listAccountsPayments)

Parameters

string $parent

Required. The account which owns the collection of payments. Format: accounts/{account}

array $optParams

Optional parameters.

Return Value

ListPaymentsResponse

Exceptions

Exception