DeferralContext class
Deferral context of the purchases.subscriptionsv2.defer API.
Constructors
- DeferralContext({String? deferDuration, String? etag, bool? validateOnly})
- DeferralContext.fromJson(Map json_)
Properties
- deferDuration ↔ String?
-
The duration by which all subscription items should be deferred.
getter/setter pair
- etag ↔ String?
-
The API will fail if the etag does not match the latest etag for this
subscription.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validateOnly ↔ bool?
-
If set to "true", the request is a dry run to validate the effect of
Defer, the subscription would not be impacted.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited