Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_ShoppingContent_Accountstatuses_Resource Class Reference

The "accountstatuses" collection of methods. More...

Inheritance diagram for Google_Service_ShoppingContent_Accountstatuses_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 custombatch (Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody, $optParams=array())
 (accountstatuses.custombatch)
 
 get ($merchantId, $accountId, $optParams=array())
 Retrieves the status of a Merchant Center account.
 
 listAccountstatuses ($merchantId, $optParams=array())
 Lists the statuses of the sub-accounts in your Merchant Center account.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "accountstatuses" collection of methods.

Typical usage is: $contentService = new Google_Service_ShoppingContent(...); $accountstatuses = $contentService->accountstatuses;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ custombatch()

Google_Service_ShoppingContent_Accountstatuses_Resource::custombatch ( Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody,
$optParams = array() )

(accountstatuses.custombatch)

Parameters
Google_AccountstatusesCustomBatchRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse

◆ get()

Google_Service_ShoppingContent_Accountstatuses_Resource::get ( $merchantId,
$accountId,
$optParams = array() )

Retrieves the status of a Merchant Center account.

(accountstatuses.get)

Parameters
string$merchantIdThe ID of the managing account.
string$accountIdThe ID of the account.
array$optParamsOptional parameters.
Return values
Google_Service_ShoppingContent_AccountStatus

◆ listAccountstatuses()

Google_Service_ShoppingContent_Accountstatuses_Resource::listAccountstatuses ( $merchantId,
$optParams = array() )

Lists the statuses of the sub-accounts in your Merchant Center account.

(accountstatuses.listAccountstatuses)

Parameters
string$merchantIdThe ID of the managing account.
array$optParamsOptional parameters.

@opt_param string pageToken The token returned by the previous request. @opt_param string maxResults The maximum number of account statuses to return in the response, used for paging.

Return values
Google_Service_ShoppingContent_AccountstatusesListResponse

The documentation for this class was generated from the following file: