ChallengeDetails

public struct ChallengeDetails

Describes the Details of a Challenge

  • Associated message of the Challenge

    Declaration

    Swift

    public let message: String
  • Array with the additional details of a Challenge

    Declaration

    Swift

    public let fields: [Detail]
  • Date attached by the customer only received if the service has includeDate turned on

    Declaration

    Swift

    public let date: Date?