Package com.onlinepayments.domain
Class SessionRequest
java.lang.Object
com.onlinepayments.domain.SessionRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList of previously stored tokens linked to the customer that wants to checkout.voidList of previously stored tokens linked to the customer that wants to checkout.withTokens(List<String> value) List of previously stored tokens linked to the customer that wants to checkout.
-
Constructor Details
-
SessionRequest
public SessionRequest()
-
-
Method Details
-
getTokens
List of previously stored tokens linked to the customer that wants to checkout. -
setTokens
List of previously stored tokens linked to the customer that wants to checkout. -
withTokens
List of previously stored tokens linked to the customer that wants to checkout.
-