MonetizationSubscriptionsBasePlansOffersResource 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(ActivateSubscriptionOfferRequest request, String packageName, String productId, String basePlanId, String offerId, {String? $fields})
→ Future<SubscriptionOffer>
-
Activates a subscription offer.
-
batchGet(BatchGetSubscriptionOffersRequest request, String packageName, String productId, String basePlanId, {String? $fields})
→ Future<BatchGetSubscriptionOffersResponse>
-
Reads one or more subscription offers.
-
batchUpdate(BatchUpdateSubscriptionOffersRequest request, String packageName, String productId, String basePlanId, {String? $fields})
→ Future<BatchUpdateSubscriptionOffersResponse>
-
Updates a batch of subscription offers.
-
batchUpdateStates(BatchUpdateSubscriptionOfferStatesRequest request, String packageName, String productId, String basePlanId, {String? $fields})
→ Future<BatchUpdateSubscriptionOfferStatesResponse>
-
Updates a batch of subscription offer states.
-
create(SubscriptionOffer request, String packageName, String productId, String basePlanId, {String? offerId, String? regionsVersion_version, String? $fields})
→ Future<SubscriptionOffer>
-
Creates a new subscription offer.
-
deactivate(DeactivateSubscriptionOfferRequest request, String packageName, String productId, String basePlanId, String offerId, {String? $fields})
→ Future<SubscriptionOffer>
-
Deactivates a subscription offer.
-
delete(String packageName, String productId, String basePlanId, String offerId, {String? $fields})
→ Future<void>
-
Deletes a subscription offer.
-
get(String packageName, String productId, String basePlanId, String offerId, {String? $fields})
→ Future<SubscriptionOffer>
-
Reads a single offer
-
list(String packageName, String productId, String basePlanId, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListSubscriptionOffersResponse>
-
Lists all offers under a given subscription.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(SubscriptionOffer request, String packageName, String productId, String basePlanId, String offerId, {bool? allowMissing, String? latencyTolerance, String? regionsVersion_version, String? updateMask, String? $fields})
→ Future<SubscriptionOffer>
-
Updates an existing subscription offer.
-
toString()
→ String
-
A string representation of this object.
inherited