Supplier

public struct Supplier : Decodable

Holds information about a supplier

  • The Suppliers name

    Declaration

    Swift

    public let name: String
  • The Suppliers trademark

    Declaration

    Swift

    public let trademark: Trademark?