Loyaltyobject
class Loyaltyobject extends Resource (View source)
The "loyaltyobject" collection of methods.
Typical usage is:
$walletobjectsService = new Google\Service\Walletobjects(...);
$loyaltyobject = $walletobjectsService->loyaltyobject;
Methods
Adds a message to the loyalty object referenced by the given object ID.
Returns the loyalty object with the given object ID. (loyaltyobject.get)
Inserts an loyalty object with the given ID and properties.
Returns a list of all loyalty objects for a given issuer ID.
Modifies linked offer objects for the loyalty object with the given ID.
Updates the loyalty object referenced by the given object ID. This method supports patch semantics. (loyaltyobject.patch)
Updates the loyalty object referenced by the given object ID.
Details
LoyaltyObjectAddMessageResponse
addmessage(string $resourceId, AddMessageRequest $postBody, array $optParams = [])
Adds a message to the loyalty object referenced by the given object ID.
(loyaltyobject.addmessage)
LoyaltyObject
get(string $resourceId, array $optParams = [])
Returns the loyalty object with the given object ID. (loyaltyobject.get)
LoyaltyObject
insert(LoyaltyObject $postBody, array $optParams = [])
Inserts an loyalty object with the given ID and properties.
(loyaltyobject.insert)
LoyaltyObjectListResponse
listLoyaltyobject(array $optParams = [])
Returns a list of all loyalty objects for a given issuer ID.
(loyaltyobject.listLoyaltyobject)
LoyaltyObject
modifylinkedofferobjects(string $resourceId, ModifyLinkedOfferObjectsRequest $postBody, array $optParams = [])
Modifies linked offer objects for the loyalty object with the given ID.
(loyaltyobject.modifylinkedofferobjects)
LoyaltyObject
patch(string $resourceId, LoyaltyObject $postBody, array $optParams = [])
Updates the loyalty object referenced by the given object ID. This method supports patch semantics. (loyaltyobject.patch)
LoyaltyObject
update(string $resourceId, LoyaltyObject $postBody, array $optParams = [])
Updates the loyalty object referenced by the given object ID.
(loyaltyobject.update)