MonetizationOnetimeproductsPurchaseOptionsOffersResource class

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

activate(ActivateOneTimeProductOfferRequest request, String packageName, String productId, String purchaseOptionId, String offerId, {String? $fields}) Future<OneTimeProductOffer>
Activates a one-time product offer.
batchDelete(BatchDeleteOneTimeProductOffersRequest request, String packageName, String productId, String purchaseOptionId, {String? $fields}) Future<void>
Deletes one or more one-time product offers.
batchGet(BatchGetOneTimeProductOffersRequest request, String packageName, String productId, String purchaseOptionId, {String? $fields}) Future<BatchGetOneTimeProductOffersResponse>
Reads one or more one-time product offers.
batchUpdate(BatchUpdateOneTimeProductOffersRequest request, String packageName, String productId, String purchaseOptionId, {String? $fields}) Future<BatchUpdateOneTimeProductOffersResponse>
Creates or updates one or more one-time product offers.
batchUpdateStates(BatchUpdateOneTimeProductOfferStatesRequest request, String packageName, String productId, String purchaseOptionId, {String? $fields}) Future<BatchUpdateOneTimeProductOfferStatesResponse>
Updates a batch of one-time product offer states.
cancel(CancelOneTimeProductOfferRequest request, String packageName, String productId, String purchaseOptionId, String offerId, {String? $fields}) Future<OneTimeProductOffer>
Cancels a one-time product offer.
deactivate(DeactivateOneTimeProductOfferRequest request, String packageName, String productId, String purchaseOptionId, String offerId, {String? $fields}) Future<OneTimeProductOffer>
Deactivates a one-time product offer.
list(String packageName, String productId, String purchaseOptionId, {int? pageSize, String? pageToken, String? $fields}) Future<ListOneTimeProductOffersResponse>
Lists all offers under a given app, product, or purchase option.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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