SupplierReference

public struct SupplierReference : Hashable

Identifier of the place as provided by the supplier

  • Information about the supplier of this reference.

    Declaration

    Swift

    public var supplier: String
  • id

    Identifier of the place as provided by the supplier.

    Declaration

    Swift

    public var id: String
  • Creates a new instance.

    Declaration

    Swift

    public init(supplier: String, id: String)
  • Creates a new instance.

    Declaration

    Swift

    public init()