// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation

public struct RedeemDiscountCouponSpec: Codable, Equatable {
    public var couponId: String

    public init(couponId: String) {
        self.couponId = couponId
    }
}
