GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse class
Response that contains the timestamps after the extension.
Constructors
- GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse({String? cycleEndTime, String? freeTrialEndTime, String? renewalTime})
- GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionResponse.fromJson(Map json_)
Properties
- cycleEndTime ↔ String?
-
The time at which the subscription is expected to be extended, in ISO 8061
format.
getter/setter pair
- freeTrialEndTime ↔ String?
-
End of the free trial period, in ISO 8061 format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- renewalTime ↔ String?
-
The time at which the subscription is expected to be renewed by Google - a
new charge will be incurred and the service entitlement will be renewed.
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