class Eventticketobject extends Resource (View source)

The "eventticketobject" collection of methods.

Typical usage is:

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

Methods

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

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

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

Returns the event ticket object with the given object ID.

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

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

listEventticketobject(array $optParams = [])

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

modifylinkedofferobjects(string $resourceId, ModifyLinkedOfferObjectsRequest $postBody, array $optParams = [])

Modifies linked offer objects for the event ticket object with the given ID.

patch(string $resourceId, EventTicketObject $postBody, array $optParams = [])

Updates the event ticket object referenced by the given object ID. This method supports patch semantics. (eventticketobject.patch)

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

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

Details

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

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

(eventticketobject.addmessage)

Parameters

string $resourceId

The unique identifier for an object. This ID must be unique across all objects 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

EventTicketObjectAddMessageResponse

Exceptions

Exception

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

Returns the event ticket object with the given object ID.

(eventticketobject.get)

Parameters

string $resourceId

The unique identifier for an object. This ID must be unique across all objects 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

EventTicketObject

Exceptions

Exception

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

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

(eventticketobject.insert)

Parameters

EventTicketObject $postBody
array $optParams

Optional parameters.

Return Value

EventTicketObject

Exceptions

Exception

EventTicketObjectListResponse listEventticketobject(array $optParams = [])

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

(eventticketobject.listEventticketobject)

Parameters

array $optParams

Optional parameters.

Return Value

EventTicketObjectListResponse

Exceptions

Exception

EventTicketObject modifylinkedofferobjects(string $resourceId, ModifyLinkedOfferObjectsRequest $postBody, array $optParams = [])

Modifies linked offer objects for the event ticket object with the given ID.

(eventticketobject.modifylinkedofferobjects)

Parameters

string $resourceId

The unique identifier for an object. This ID must be unique across all objects 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 '-'.

ModifyLinkedOfferObjectsRequest $postBody
array $optParams

Optional parameters.

Return Value

EventTicketObject

Exceptions

Exception

EventTicketObject patch(string $resourceId, EventTicketObject $postBody, array $optParams = [])

Updates the event ticket object referenced by the given object ID. This method supports patch semantics. (eventticketobject.patch)

Parameters

string $resourceId

The unique identifier for an object. This ID must be unique across all objects 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 '-'.

EventTicketObject $postBody
array $optParams

Optional parameters.

Return Value

EventTicketObject

Exceptions

Exception

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

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

(eventticketobject.update)

Parameters

string $resourceId

The unique identifier for an object. This ID must be unique across all objects 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 '-'.

EventTicketObject $postBody
array $optParams

Optional parameters.

Return Value

EventTicketObject

Exceptions

Exception