VaccineMarketingAuthorizationHolder

struct VaccineMarketingAuthorizationHolder : Hashable
extension EUDCC.Vaccination.VaccineMarketingAuthorizationHolder: Codable

The EUDCC vaccination vaccine marketing authorisation holder or manufacturer

Properties

  • The string value

    Declaration

    Swift

    public let value: String

Initializer

WellKnownValue

Codable

  • Creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder to read data from.

  • Encodes this value into the given encoder.

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    The encoder to write data to.