MonetizationSubscriptionsBasePlansResource class

Constructors

MonetizationSubscriptionsBasePlansResource(ApiRequester client)

Properties

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

Methods

activate(ActivateBasePlanRequest request, String packageName, String productId, String basePlanId, {String? $fields}) Future<Subscription>
Activates a base plan.
batchMigratePrices(BatchMigrateBasePlanPricesRequest request, String packageName, String productId, {String? $fields}) Future<BatchMigrateBasePlanPricesResponse>
Batch variant of the MigrateBasePlanPrices endpoint.
batchUpdateStates(BatchUpdateBasePlanStatesRequest request, String packageName, String productId, {String? $fields}) Future<BatchUpdateBasePlanStatesResponse>
Activates or deactivates base plans across one or multiple subscriptions.
deactivate(DeactivateBasePlanRequest request, String packageName, String productId, String basePlanId, {String? $fields}) Future<Subscription>
Deactivates a base plan.
delete(String packageName, String productId, String basePlanId, {String? $fields}) Future<void>
Deletes a base plan.
migratePrices(MigrateBasePlanPricesRequest request, String packageName, String productId, String basePlanId, {String? $fields}) Future<MigrateBasePlanPricesResponse>
Migrates subscribers who are receiving an historical subscription price to the currently-offered price for the specified region.
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