CancelReason
public struct CancelReason : Equatable
extension CancelReason: Codable
Contains details about a reason for a person to cancel an appointment. These are based on brand
-
A string that should be displayed to the user
Declaration
Swift
public var displayText: String
-
The internal code that is passed through for the reason for cancelling
Declaration
Swift
public var code: String
-
Undocumented
Declaration
Swift
public init( displayText: String, code: String )