PointsRepository class abstract

Implementers

Constructors

PointsRepository()

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

findRanking({required String appId}) Future<RankingModel>
getBalance({required String appId, required String? tokenClient}) Future<BalanceModel>
getBalanceById({required String appId, required String clientId}) Future<BalanceModel>
getPoints({required String appId, required String? tokenClient}) Future<PointsModel>
getPointsRule({required String appId}) Future<PointsRulesModel>
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>
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 String appId, required double value}) Future<BaseResponseDonuzModel>
validadePunctuableCode({required String code, required String? tokenClient, String? value, required String appId}) Future<BaseResponseDonuzModel>
validadeQrCode({required String code, required String? tokenClient, required String appId}) Future<BaseResponseDonuzModel>

Operators

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