AccountsOffers
class AccountsOffers extends Resource (View source)
The "offers" collection of methods.
Typical usage is:
$cloudchannelService = new Google\Service\Cloudchannel(...);
$offers = $cloudchannelService->accounts_offers;
Methods
listAccountsOffers(string $parent, array $optParams = [])
Lists the Offers the reseller can sell. Possible error codes: * INVALID_ARGUMENT: Required request parameters are missing or invalid.
Details
GoogleCloudChannelV1ListOffersResponse
listAccountsOffers(string $parent, array $optParams = [])
Lists the Offers the reseller can sell. Possible error codes: * INVALID_ARGUMENT: Required request parameters are missing or invalid.
(offers.listAccountsOffers)