Class SessionRequest

java.lang.Object
com.onlinepayments.domain.SessionRequest

public class SessionRequest extends Object
  • Constructor Details

    • SessionRequest

      public SessionRequest()
  • Method Details

    • getTokens

      public List<String> getTokens()
      List of previously stored tokens linked to the customer that wants to checkout.
    • setTokens

      public void setTokens(List<String> value)
      List of previously stored tokens linked to the customer that wants to checkout.
    • withTokens

      public SessionRequest withTokens(List<String> value)
      List of previously stored tokens linked to the customer that wants to checkout.