GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest class
Request to cancel a subscription.
Constructors
- GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest({bool? cancelImmediately, String? cancellationReason})
- GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest.fromJson(Map json_)
Properties
- cancelImmediately ↔ bool?
-
If true, Google will cancel the subscription immediately, and may or may
not (based on the contract) issue a prorated refund for the remainder of
the billing cycle.
getter/setter pair
- cancellationReason ↔ String?
-
Specifies the reason for the cancellation.
Possible string values are:
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
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