class PartnersProducts extends Resource (View source)

The "products" collection of methods.

Typical usage is:

 $paymentsresellersubscriptionService = new Google\Service\PaymentsResellerSubscription(...);
 $products = $paymentsresellersubscriptionService->partners_products;

Methods

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

To retrieve the products that can be resold by the partner. It should be autenticated with a service account. - This API doesn't apply to YouTube products currently. (products.listPartnersProducts)

Details

GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse listPartnersProducts(string $parent, array $optParams = [])

To retrieve the products that can be resold by the partner. It should be autenticated with a service account. - This API doesn't apply to YouTube products currently. (products.listPartnersProducts)

Parameters

string $parent

Required. The parent, the partner that can resell. Format: partners/{partner}

array $optParams

Optional parameters.

Return Value

GoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse

Exceptions

Exception