DiGaDispense
public struct DiGaDispense : Hashable, Codable, Sendable
-
redeem code for DiGa activation
Declaration
Swift
public var redeemCode: String? -
deepLink of DiGa
Declaration
Swift
public var deepLink: String? -
boolean if data is missing, ErxMedicationDispense.note for reason
Declaration
Swift
public var isMissingData: Bool -
Declaration
Swift
public init( redeemCode: String? = nil, deepLink: String? = nil, isMissingData: Bool? = false )
View on GitHub
DiGaDispense Structure Reference