Transitobject
class Transitobject extends Resource (View source)
The "transitobject" collection of methods.
Typical usage is:
$walletobjectsService = new Google\Service\Walletobjects(...);
$transitobject = $walletobjectsService->transitobject;
Methods
Adds a message to the transit object referenced by the given object ID.
Returns the transit object with the given object ID. (transitobject.get)
Inserts an transit object with the given ID and properties.
Returns a list of all transit objects for a given issuer ID.
Updates the transit object referenced by the given object ID. This method supports patch semantics. (transitobject.patch)
Updates the transit object referenced by the given object ID.
Details
TransitObjectAddMessageResponse
addmessage(string $resourceId, AddMessageRequest $postBody, array $optParams = [])
Adds a message to the transit object referenced by the given object ID.
(transitobject.addmessage)
TransitObject
get(string $resourceId, array $optParams = [])
Returns the transit object with the given object ID. (transitobject.get)
TransitObject
insert(TransitObject $postBody, array $optParams = [])
Inserts an transit object with the given ID and properties.
(transitobject.insert)
TransitObjectListResponse
listTransitobject(array $optParams = [])
Returns a list of all transit objects for a given issuer ID.
(transitobject.listTransitobject)
TransitObject
patch(string $resourceId, TransitObject $postBody, array $optParams = [])
Updates the transit object referenced by the given object ID. This method supports patch semantics. (transitobject.patch)
TransitObject
update(string $resourceId, TransitObject $postBody, array $optParams = [])
Updates the transit object referenced by the given object ID.
(transitobject.update)