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
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