Trademark

public struct Trademark : Decodable

Holds trademark information about a Supplier

  • The Trademarks logo or icon

    Declaration

    Swift

    public let iconUrl: URL
  • The Trademarks copyright

    Declaration

    Swift

    public let copyright: String
  • Declaration

    Swift

    public init(from decoder: Decoder) throws