CancelReason

public struct CancelReason : Equatable, Hashable
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