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