TermsAndConditions

public struct TermsAndConditions : Sendable

TermsAndConditions provides the contents in the Terms and Conditions and the option to accept it.

  • Declaration

    Swift

    public let content: String

    Return Value

    The String value to display to end user for acceptance.

  • Declaration

    Swift

    public let contentType: ContentType

    Return Value

    The type of content to display to end user for acceptance.

  • Accepts the terms and condition to allow the card digitization process.

    Declaration

    Swift

    public func accept() -> TermsAndConditionsSession
  • The Terms and condition type.

    See more

    Declaration

    Swift

    public enum ContentType : Sendable, CaseIterable