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: StringReturn Value
The String value to display to end user for acceptance.
-
Declaration
Swift
public let contentType: ContentTypeReturn 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() -> TermsAndConditionsSessionReturn Value
-
The Terms and condition type.
See moreDeclaration
Swift
public enum ContentType : Sendable, CaseIterable
TermsAndConditions Structure Reference