StoreInformationApi
extends V2ApiBase
in package
Tags
Table of Contents
- __construct() : mixed
- get() : StoreInformation
- Returns metadata about a store.
- getClient() : BaseApiClient
- getParentResourceId() : int|null
- getResourceId() : int|null
- storeInformation() : StoreInformation
- Returns metadata about a store.
- time() : int
- Returns the system timestamp at the time of the request.
Methods
__construct()
public
__construct(BaseApiClient $client[, int|null $resourceId = null ][, int|null $parentResourceId = null ]) : mixed
Parameters
- $client : BaseApiClient
- $resourceId : int|null = null
- $parentResourceId : int|null = null
Tags
Return values
mixed —get()
Returns metadata about a store.
public
get() : StoreInformation
Tags
Return values
StoreInformation —getClient()
public
getClient() : BaseApiClient
Tags
Return values
BaseApiClient —getParentResourceId()
public
getParentResourceId() : int|null
Tags
Return values
int|null —getResourceId()
public
getResourceId() : int|null
Tags
Return values
int|null —storeInformation()
Returns metadata about a store.
public
storeInformation() : StoreInformation
Tags
Return values
StoreInformation —time()
Returns the system timestamp at the time of the request.
public
time() : int
The time resource is useful for validating API authentication details and testing client connections.