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