LevelResultView
struct LevelResultView {
let id: String
let tierId: String
let schemeId: String?
let name: String
let pointAllocationPerCurrency: Double
let threshold: Int
let joinByQRCode: Bool?
let percentageDiscount: Double
let externalRef: String?
}
Updated over 2 years ago