class Issuer extends Resource (View source)

The "issuer" collection of methods.

Typical usage is:

 $walletobjectsService = new Google\Service\Walletobjects(...);
 $issuer = $walletobjectsService->issuer;

Methods

get(string $resourceId, array $optParams = [])

Returns the issuer with the given issuer ID. (issuer.get)

insert(Issuer $postBody, array $optParams = [])

Inserts an issuer with the given ID and properties. (issuer.insert)

listIssuer(array $optParams = [])

Returns a list of all issuers shared to the caller. (issuer.listIssuer)

patch(string $resourceId, Issuer $postBody, array $optParams = [])

Updates the issuer referenced by the given issuer ID. This method supports patch semantics. (issuer.patch)

update(string $resourceId, Issuer $postBody, array $optParams = [])

Updates the issuer referenced by the given issuer ID. (issuer.update)

Details

Issuer get(string $resourceId, array $optParams = [])

Returns the issuer with the given issuer ID. (issuer.get)

Parameters

string $resourceId

The unique identifier for an issuer.

array $optParams

Optional parameters.

Return Value

Issuer

Exceptions

Exception

Issuer insert(Issuer $postBody, array $optParams = [])

Inserts an issuer with the given ID and properties. (issuer.insert)

Parameters

Issuer $postBody
array $optParams

Optional parameters.

Return Value

Issuer

Exceptions

Exception

IssuerListResponse listIssuer(array $optParams = [])

Returns a list of all issuers shared to the caller. (issuer.listIssuer)

Parameters

array $optParams

Optional parameters.

Return Value

IssuerListResponse

Exceptions

Exception

Issuer patch(string $resourceId, Issuer $postBody, array $optParams = [])

Updates the issuer referenced by the given issuer ID. This method supports patch semantics. (issuer.patch)

Parameters

string $resourceId

The unique identifier for an issuer.

Issuer $postBody
array $optParams

Optional parameters.

Return Value

Issuer

Exceptions

Exception

Issuer update(string $resourceId, Issuer $postBody, array $optParams = [])

Updates the issuer referenced by the given issuer ID. (issuer.update)

Parameters

string $resourceId

The unique identifier for an issuer.

Issuer $postBody
array $optParams

Optional parameters.

Return Value

Issuer

Exceptions

Exception