Category
public struct Category : Codable, Equatable
                Struct representing Offer Category related values.
- 
                  
                  
The offer category image URL.
Declaration
Swift
public var imageUrl: String - 
                  
                  
The offer category key.
Declaration
Swift
public var key: String - 
                  
                  
The offer category label.
Declaration
Swift
public var label: String - 
                  
                  
The offer category thumbnail image URL.
Declaration
Swift
public var thumbImageUrl: String - 
                  
                  
Undocumented
Declaration
Swift
public init(imageUrl: String, key: String, label: String, thumbImageUrl: String) - 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws 
View on GitHub
        Category Structure Reference