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