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