class Eventticketclass extends Resource (View source)

The "eventticketclass" collection of methods.

Typical usage is:

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

Methods

addmessage(string $resourceId, AddMessageRequest $postBody, array $optParams = [])

Adds a message to the event ticket class referenced by the given class ID.

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

Returns the event ticket class with the given class ID.

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

Inserts an event ticket class with the given ID and properties.

listEventticketclass(array $optParams = [])

Returns a list of all event ticket classes for a given issuer ID.

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)

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

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)

Parameters

string $resourceId

The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.

AddMessageRequest $postBody
array $optParams

Optional parameters.

Return Value

EventTicketClassAddMessageResponse

Exceptions

Exception

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

Returns the event ticket class with the given class ID.

(eventticketclass.get)

Parameters

string $resourceId

The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.

array $optParams

Optional parameters.

Return Value

EventTicketClass

Exceptions

Exception

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

Inserts an event ticket class with the given ID and properties.

(eventticketclass.insert)

Parameters

EventTicketClass $postBody
array $optParams

Optional parameters.

Return Value

EventTicketClass

Exceptions

Exception

EventTicketClassListResponse listEventticketclass(array $optParams = [])

Returns a list of all event ticket classes for a given issuer ID.

(eventticketclass.listEventticketclass)

Parameters

array $optParams

Optional parameters.

Return Value

EventTicketClassListResponse

Exceptions

Exception

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)

Parameters

string $resourceId

The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.

EventTicketClass $postBody
array $optParams

Optional parameters.

Return Value

EventTicketClass

Exceptions

Exception

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

Updates the event ticket class referenced by the given class ID.

(eventticketclass.update)

Parameters

string $resourceId

The unique identifier for a class. This ID must be unique across all classes from an issuer. This value should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'.

EventTicketClass $postBody
array $optParams

Optional parameters.

Return Value

EventTicketClass

Exceptions

Exception