LegacyMerchantManager

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:NonNull
open val instance: LegacyMerchantManager

Functions

Link copied to clipboard
open fun bannerId(@NonNull key: String): Int
Link copied to clipboard
open fun channel(key: String): String
Link copied to clipboard
@Nullable
open fun friendlyName(@NonNull key: String): String
Link copied to clipboard
@NonNull
open fun matches(@Nullable data: Map<String, CsvMerchant>): LegacyMerchantManager
Link copied to clipboard
open fun merchantBannerIdForFuel(bannerId: Int): MerchantResult
Link copied to clipboard
@Nullable
open fun merchantForFuel(@NonNull key: String): MerchantResult
Link copied to clipboard
@Nullable
open fun merchantResult(@NonNull key: String): MerchantResult
Link copied to clipboard
@NonNull
open fun merchants(): List<List<String>>
@NonNull
open fun merchants(@Nullable data: List<List<String>>): LegacyMerchantManager