CustomerCouponResultView

struct CustomerCouponResultView {
    let coupon: CouponResultView
    let id: String
    let customerId: String?
    let usesLeft: Int
    let favorite: Bool?
    let barCode: String
    let rewardId: String
    let createdDate: String?
    let couponId: String
    let from: String
    let to: String
    let isUsed: Bool
    var barcodeUrl: URL
    var qrCodeUrl: URL
}

What’s Next