PointBalanceResultView
struct PointBalanceResultView {
let id: String
let customerId: String?
let schemeId: String?
let value: Double?
let pointsValue: Double
let monetaryValue: Double
let history: [Double]?
let updatedDate: String?
let createdDate: String?
}
Updated over 2 years ago