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