Interface TermsAndConditions
-
public interface TermsAndConditions
TermsAndConditions 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 TermsAndConditionSession
accept()
Accepts the terms and condition to allow the card digitizationjava.lang.String
getText()
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
-
-