ProvidersAccounts
class ProvidersAccounts extends Resource (View source)
The "accounts" collection of methods.
Typical usage is:
$cloudcommerceprocurementService = new Google\Service\CloudCommercePartnerProcurementService(...);
$accounts = $cloudcommerceprocurementService->providers_accounts;
Methods
Grants an approval on an Account. (accounts.approve)
Lists Accounts that the provider has access to.
Rejects an approval on an Account. (accounts.reject)
Resets an Account and cancels all associated Entitlements. Partner can only reset accounts they own rather than customer accounts. (accounts.reset)
Details
CloudcommerceprocurementEmpty
approve(string $name, ApproveAccountRequest $postBody, array $optParams = [])
Grants an approval on an Account. (accounts.approve)
Account
get(string $name, array $optParams = [])
Gets a requested Account resource. (accounts.get)
ListAccountsResponse
listProvidersAccounts(string $parent, array $optParams = [])
Lists Accounts that the provider has access to.
(accounts.listProvidersAccounts)
CloudcommerceprocurementEmpty
reject(string $name, RejectAccountRequest $postBody, array $optParams = [])
Rejects an approval on an Account. (accounts.reject)
CloudcommerceprocurementEmpty
reset(string $name, ResetAccountRequest $postBody, array $optParams = [])
Resets an Account and cancels all associated Entitlements. Partner can only reset accounts they own rather than customer accounts. (accounts.reset)