GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails class
Details about the previous subscription that this new subscription upgrades/downgrades from.
Constructors
- GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails({String? billingCycleSpec, String? previousSubscriptionId})
- GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails.fromJson(Map json_)
Properties
- billingCycleSpec ↔ String?
-
Specifies the billing cycle spec for the new upgraded/downgraded
subscription.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- previousSubscriptionId ↔ String?
-
The previous subscription id to be replaced.
getter/setter pair
- 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