public class CreateHostedTokenizationResponse extends Object
| Constructor and Description |
|---|
CreateHostedTokenizationResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExpiredCardTokens()
Tokens referencing expired cards are returned in this array.
|
String |
getHostedTokenizationId()
The ID of the Hosted Tokenization Session
|
String |
getHostedTokenizationUrl()
The URL you can use in your JavaScript when instantiating the Tokenizer.
|
List<String> |
getInvalidTokens()
Tokens that are submitted in the request are validated.
|
String |
getPartialRedirectUrl()
Deprecated.
|
void |
setExpiredCardTokens(List<String> value)
Tokens referencing expired cards are returned in this array.
|
void |
setHostedTokenizationId(String value)
The ID of the Hosted Tokenization Session
|
void |
setHostedTokenizationUrl(String value)
The URL you can use in your JavaScript when instantiating the Tokenizer.
|
void |
setInvalidTokens(List<String> value)
Tokens that are submitted in the request are validated.
|
void |
setPartialRedirectUrl(String value)
Deprecated.
|
CreateHostedTokenizationResponse |
withExpiredCardTokens(List<String> value)
Tokens referencing expired cards are returned in this array.
|
CreateHostedTokenizationResponse |
withHostedTokenizationId(String value)
The ID of the Hosted Tokenization Session
|
CreateHostedTokenizationResponse |
withHostedTokenizationUrl(String value)
The URL you can use in your JavaScript when instantiating the Tokenizer.
|
CreateHostedTokenizationResponse |
withInvalidTokens(List<String> value)
Tokens that are submitted in the request are validated.
|
CreateHostedTokenizationResponse |
withPartialRedirectUrl(String value)
Deprecated.
|
public List<String> getExpiredCardTokens()
public void setExpiredCardTokens(List<String> value)
public CreateHostedTokenizationResponse withExpiredCardTokens(List<String> value)
public String getHostedTokenizationId()
public void setHostedTokenizationId(String value)
public CreateHostedTokenizationResponse withHostedTokenizationId(String value)
public String getHostedTokenizationUrl()
public void setHostedTokenizationUrl(String value)
public CreateHostedTokenizationResponse withHostedTokenizationUrl(String value)
public List<String> getInvalidTokens()
public void setInvalidTokens(List<String> value)
public CreateHostedTokenizationResponse withInvalidTokens(List<String> value)
public String getPartialRedirectUrl()
public void setPartialRedirectUrl(String value)
public CreateHostedTokenizationResponse withPartialRedirectUrl(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.