TermsOfServiceRequirement

public class TermsOfServiceRequirement : BoxModel

Defines the Terms of Service requirement for the Acceptance Requirements object.

  • Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }

Properties

  • Indicator for whether or not the Terms of Service has been accepted.

    Declaration

    Swift

    public let isAccepted: Bool
  • The Terms of Service associated with the requirement status.

    Declaration

    Swift

    public let termsOfService: TermsOfService
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

    public required init(json: [String : Any]) throws

    Parameters

    json

    JSON dictionary.