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