VaccineMarketingAuthorizationHolder
struct VaccineMarketingAuthorizationHolder : Hashable
extension EUDCC.Vaccination.VaccineMarketingAuthorizationHolder: Codable
                The EUDCC vaccination vaccine marketing authorisation holder or manufacturer
- 
                  
                  
The string value
Declaration
Swift
public let value: String 
- 
                  
                  
Creates a new instance of
EUDCC.Vaccination.VaccineMedicinalProductDeclaration
Swift
public init(value: String)Parameters
valueThe string value
 
- 
                  
                  
The WellKnownValue
See moreDeclaration
Swift
enum WellKnownValue : String, Codable, Hashable, CaseIterable - 
                  
                  
The WellKnownValue if available
Declaration
Swift
var wellKnownValue: WellKnownValue? { get } 
- 
                  
                  
Creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder to read data from.
 - 
                  
                  
Encodes this value into the given encoder.
Declaration
Swift
public func encode(to encoder: Encoder) throwsParameters
encoderThe encoder to write data to.
 
        VaccineMarketingAuthorizationHolder Structure Reference