Issuer
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)
listIssuer(array $optParams = [])
Returns a list of all issuers shared to the caller. (issuer.listIssuer)
Details
Issuer
get(string $resourceId, array $optParams = [])
Returns the issuer with the given issuer ID. (issuer.get)
Issuer
insert(Issuer $postBody, array $optParams = [])
Inserts an issuer with the given ID and properties. (issuer.insert)
IssuerListResponse
listIssuer(array $optParams = [])
Returns a list of all issuers shared to the caller. (issuer.listIssuer)
Issuer
patch(string $resourceId, Issuer $postBody, array $optParams = [])
Updates the issuer referenced by the given issuer ID. This method supports patch semantics. (issuer.patch)