MonetizationSubscriptionsResource class
Methods
-
archive(ArchiveSubscriptionRequest request, String packageName, String productId, {String? $fields})
→ Future<Subscription>
-
Deprecated: subscription archiving is not supported.
-
batchGet(String packageName, {List<String>? productIds, String? $fields})
→ Future<BatchGetSubscriptionsResponse>
-
Reads one or more subscriptions.
-
batchUpdate(BatchUpdateSubscriptionsRequest request, String packageName, {String? $fields})
→ Future<BatchUpdateSubscriptionsResponse>
-
Updates a batch of subscriptions.
-
create(Subscription request, String packageName, {String? productId, String? regionsVersion_version, String? $fields})
→ Future<Subscription>
-
Creates a new subscription.
-
delete(String packageName, String productId, {String? $fields})
→ Future<void>
-
Deletes a subscription.
-
get(String packageName, String productId, {String? $fields})
→ Future<Subscription>
-
Reads a single subscription.
-
list(String packageName, {int? pageSize, String? pageToken, bool? showArchived, String? $fields})
→ Future<ListSubscriptionsResponse>
-
Lists all subscriptions under a given app.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Subscription request, String packageName, String productId, {bool? allowMissing, String? latencyTolerance, String? regionsVersion_version, String? updateMask, String? $fields})
→ Future<Subscription>
-
Updates an existing subscription.
-
toString()
→ String
-
A string representation of this object.
inherited