PurchasesSubscriptionsv2Resource 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
-
cancel(CancelSubscriptionPurchaseRequest request, String packageName, String token, {String? $fields})
→ Future<CancelSubscriptionPurchaseResponse>
-
Cancel a subscription purchase for the user.
-
defer(DeferSubscriptionPurchaseRequest request, String packageName, String token, {String? $fields})
→ Future<DeferSubscriptionPurchaseResponse>
-
Defers the renewal of a subscription.
-
get(String packageName, String token, {String? $fields})
→ Future<SubscriptionPurchaseV2>
-
Get metadata about a subscription
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
revoke(RevokeSubscriptionPurchaseRequest request, String packageName, String token, {String? $fields})
→ Future<RevokeSubscriptionPurchaseResponse>
-
Revoke a subscription purchase for the user.
-
toString()
→ String
-
A string representation of this object.
inherited