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