public class SessionRequest extends Object
| Constructor and Description |
|---|
SessionRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getTokens()
List of previously stored tokens linked to the customer that wants to checkout.
|
void |
setTokens(List<String> value)
List of previously stored tokens linked to the customer that wants to checkout.
|
SessionRequest |
withTokens(List<String> value)
List of previously stored tokens linked to the customer that wants to checkout.
|
public List<String> getTokens()
public void setTokens(List<String> value)
public SessionRequest withTokens(List<String> value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.