PointsRepositoryImpl class

Inheritance

Constructors

PointsRepositoryImpl(HttpService httpService)

Properties

hashCode int
The hash code for this object.
no setterinherited
httpService HttpService
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findRanking({required String appId}) Future<RankingModel>
override
getBalance({required String appId, required String? tokenClient}) Future<BalanceModel>
override
getBalanceById({required String appId, required String clientId}) Future<BalanceModel>
override
getPoints({required String appId, required String? tokenClient}) Future<PointsModel>
override
getPointsRule({required String appId}) Future<PointsRulesModel>
override
insertPoint({required String userIdentification, required double value, required String description, required String appId, String? productCode, String? control, int? filialId, String? ruleId, int? userId}) Future<BaseResponseDonuzModel>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transfer({required String source, required String destination, required double value, required String appId}) Future<BaseResponseDonuzModel>
override
validadePunctuableCode({required String code, required String? tokenClient, String? value, required String appId}) Future<BaseResponseDonuzModel>
override
validadeQrCode({required String code, required String? tokenClient, required String appId}) Future<BaseResponseDonuzModel>
override

Operators

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