GiftcardobjectResource class

Constructors

GiftcardobjectResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addmessage(AddMessageRequest request, String resourceId, {String? $fields}) Future<GiftCardObjectAddMessageResponse>
Adds a message to the gift card object referenced by the given object ID.
get(String resourceId, {String? $fields}) Future<GiftCardObject>
Returns the gift card object with the given object ID.
insert(GiftCardObject request, {String? $fields}) Future<GiftCardObject>
Inserts an gift card object with the given ID and properties.
list({String? classId, int? maxResults, String? token, String? $fields}) Future<GiftCardObjectListResponse>
Returns a list of all gift card objects for a given issuer ID.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GiftCardObject request, String resourceId, {String? $fields}) Future<GiftCardObject>
Updates the gift card object referenced by the given object ID.
toString() String
A string representation of this object.
inherited
update(GiftCardObject request, String resourceId, {String? $fields}) Future<GiftCardObject>
Updates the gift card object referenced by the given object ID.

Operators

operator ==(Object other) bool
The equality operator.
inherited