SubscriptionUpdateRequest class abstract

You can modify the subscription to change the plan used by your customers.

Properties:

Annotations
  • @BuiltValue()

Constructors

SubscriptionUpdateRequest([void updates(SubscriptionUpdateRequestBuilder b)])
factory

Properties

cardId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
planId String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trialEnd int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SubscriptionUpdateRequestBuilder)) SubscriptionUpdateRequest
Rebuilds the instance.
inherited
toBuilder() SubscriptionUpdateRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<SubscriptionUpdateRequest>
no setter