PpmServiceInterface class abstract

Constructors

PpmServiceInterface()

Properties

bannerUrl String?
no setter
hashCode int
The hash code for this object.
no setterinherited
landingUrl String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getListExchangeablePromotions(int platformId, String phone, int limit, int offset, String? sort, int? promotionId, String? applyLoyaltyTiers, String languageCode) Future<Result<List<ExchangeablePromotion>, PpmServiceError>>
getListPromotions(int platformId, String type, String? coupon, String? endedAt, String? sort, String? phone, String languageCode, List<int> promotionIds) Future<Result<List<Promotion>, PpmServiceError>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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