Offer

public class Offer : Mappable
  • id

    Declaration

    Swift

    public var id: String?
  • Declaration

    Swift

    public var label: String?
  • Declaration

    Swift

    public var description: String?
  • Declaration

    Swift

    public var cost: Int?
  • Declaration

    Swift

    public init(id: String? = nil, label: String? = nil, description: String? = nil, cost: Int? = nil)
  • Declaration

    Swift

    public required init?(map: Map)
  • Declaration

    Swift

    public func mapping(map: Map)