Orders class
Методы этой секции предоставляют дополнительную возможность управления состоянием заказов, которые были сделаны пользователями в приложениях.
Constructors
- Orders.new(Api _api)
- Конструктор.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelSubscription<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Отменяет подписку.
-
changeState<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Changes order status.
-
get<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns a list of orders.
-
getAmount<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Возвращает стоимость голосов в валюте пользователя.
-
getById<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Returns information about orders by their IDs.
-
getUserSubscriptionById<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Получает информацию о подписке по её идентификатору.
-
getUserSubscriptions<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Получает список активных подписок пользователя.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateSubscription<
T> (Map< String, Object> params) → Future<ApiResponse< T> > - Обновляет цену подписки для пользователя.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited