ChangePlanRequest class
JSON template for the ChangePlan rpc request.
Constructors
- ChangePlanRequest({String? dealCode, String? kind, String? planName, String? purchaseOrderId, Seats? seats})
- ChangePlanRequest.fromJson(Map json_)
Properties
- dealCode ↔ String?
-
Google-issued code (100 char max) for discounted pricing on subscription
plans.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies the resource as a subscription change plan request.
getter/setter pair
- planName ↔ String?
-
The
planName
property is required.getter/setter pair - purchaseOrderId ↔ String?
-
This is an optional property.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seats ↔ Seats?
-
This is a required property.
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