GoogleCloudChannelV1RenewalSettings class
Renewal settings for renewable Offers.
Constructors
- GoogleCloudChannelV1RenewalSettings({bool? enableRenewal, GoogleCloudChannelV1Period? paymentCycle, String? paymentPlan, bool? resizeUnitCount})
- GoogleCloudChannelV1RenewalSettings.fromJson(Map json_)
Properties
- enableRenewal ↔ bool?
-
If false, the plan will be completed at the end date.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentCycle ↔ GoogleCloudChannelV1Period?
-
Describes how frequently the reseller will be billed, such as once per
month.
getter/setter pair
- paymentPlan ↔ String?
-
Describes how a reseller will be billed.
Possible string values are:
getter/setter pair
- resizeUnitCount ↔ bool?
-
If true and enable_renewal = true, the unit (for example seats or
licenses) will be set to the number of active units at renewal time.
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