PurchasesSubscriptionsResource 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
-
acknowledge(SubscriptionPurchasesAcknowledgeRequest request, String packageName, String subscriptionId, String token, {String? $fields})
→ Future<void>
-
Acknowledges a subscription purchase.
-
cancel(String packageName, String subscriptionId, String token, {String? $fields})
→ Future<void>
-
Cancels a user's subscription purchase.
-
defer(SubscriptionPurchasesDeferRequest request, String packageName, String subscriptionId, String token, {String? $fields})
→ Future<SubscriptionPurchasesDeferResponse>
-
Defers a user's subscription purchase until a specified future expiration
time.
-
get(String packageName, String subscriptionId, String token, {String? $fields})
→ Future<SubscriptionPurchase>
-
Deprecated: Use purchases.subscriptionsv2.get instead.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
refund(String packageName, String subscriptionId, String token, {String? $fields})
→ Future<void>
-
Deprecated: Use orders.refund instead.
-
revoke(String packageName, String subscriptionId, String token, {String? $fields})
→ Future<void>
-
Deprecated: Use purchases.subscriptionsv2.revoke instead.
-
toString()
→ String
-
A string representation of this object.
inherited