GoogleCloudPaymentsResellerSubscriptionV1Subscription class

A Subscription resource managed by 3P Partners.

Properties

cancellationDetails GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails?
Describes the details of a cancelled subscription.
getter/setter pair
createTime String?
System generated timestamp when the subscription is created.
getter/setter pair
cycleEndTime String?
The time at which the subscription is expected to be extended, in ISO 8061 format.
getter/setter pair
endUserEntitled bool?
Indicates if the subscription is entitled to the end user.
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
lineItems List<GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem>?
The line items of the subscription.
getter/setter pair
name String?
Resource name of the subscription.
getter/setter pair
partnerUserToken String?
Identifier of the end-user in partner’s system.
getter/setter pair
processingState String?
Describes the processing state of the subscription.
getter/setter pair
products List<String>?
Deprecated: consider using line_items as the input.
getter/setter pair
promotions List<String>?
Deprecated: consider using the top-level promotion_specs as the input.
getter/setter pair
promotionSpecs List<GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec>?
Subscription-level promotions.
getter/setter pair
redirectUri String?
The place where partners should redirect the end-user to after creation.
getter/setter pair
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
serviceLocation GoogleCloudPaymentsResellerSubscriptionV1Location?
The location that the service is provided as indicated by the partner.
getter/setter pair
state String?
Describes the state of the subscription.
getter/setter pair
updateTime String?
System generated timestamp when the subscription is most recently updated.
getter/setter pair
upgradeDowngradeDetails GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails?
Details about the previous subscription that this new subscription upgrades/downgrades from.
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