MonetizationOnetimeproductsResource class

Constructors

MonetizationOnetimeproductsResource.new(ApiRequester client)

Properties

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

Methods

batchDelete(BatchDeleteOneTimeProductsRequest request, String packageName, {String? $fields}) Future<void>
Deletes one or more one-time products.
batchGet(String packageName, {List<String>? productIds, String? $fields}) Future<BatchGetOneTimeProductsResponse>
Reads one or more one-time products.
batchUpdate(BatchUpdateOneTimeProductsRequest request, String packageName, {String? $fields}) Future<BatchUpdateOneTimeProductsResponse>
Creates or updates one or more one-time products.
delete(String packageName, String productId, {String? latencyTolerance, String? $fields}) Future<void>
Deletes a one-time product.
get(String packageName, String productId, {String? $fields}) Future<OneTimeProduct>
Reads a single one-time product.
list(String packageName, {int? pageSize, String? pageToken, String? $fields}) Future<ListOneTimeProductsResponse>
Lists all one-time products under a given app.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(OneTimeProduct request, String packageName, String productId, {bool? allowMissing, String? latencyTolerance, String? regionsVersion_version, String? updateMask, String? $fields}) Future<OneTimeProduct>
Creates or updates a one-time product.
toString() String
A string representation of this object.
inherited

Operators

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