SubscriptionApi class

Constructors

SubscriptionApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
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
subscriptionCreate(NewSubscriptionCreate newSubscriptionCreate) Future<NewSubscription?>
Create a new subscription for a Yago pricing plan.
subscriptionCreateWithHttpInfo(NewSubscriptionCreate newSubscriptionCreate) Future<Response>
Create a new subscription for a Yago pricing plan.
subscriptionDestroy() Future<void>
Cancel current subscription.
subscriptionDestroyWithHttpInfo() Future<Response>
Cancel current subscription.
subscriptionRetrieve() Future<Subscription?>
Get details of active subscription if customer is signed up.
subscriptionRetrieveWithHttpInfo() Future<Response>
Get details of active subscription if customer is signed up.
toString() String
A string representation of this object.
inherited

Operators

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