Interface TermsAndConditions
-
public interface TermsAndConditionsTermsAndConditions provides the Contents of the Terms and Condition and also provides the means to accept it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TermsAndConditionSessionaccept()Accepts the terms and condition to allow the card digitizationjava.lang.StringgetText()Gets the text to show to customer for acceptance
-
-
-
Method Detail
-
getText
java.lang.String getText()
Gets the text to show to customer for acceptance- Returns:
- Text to show to customers
-
accept
TermsAndConditionSession accept()
Accepts the terms and condition to allow the card digitization- Returns:
- the TermsAndConditionAcceptanceToken object
-
-