public class CreateTokenResponse extends Object
Constructor and Description |
---|
CreateTokenResponse() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsNewToken()
Indicates if a new token was created
|
String |
getOriginalPaymentId()
The initial Payment ID of the transaction from which the token has been created
|
String |
getToken()
ID of the token
|
void |
setIsNewToken(Boolean value)
Indicates if a new token was created
|
void |
setOriginalPaymentId(String value)
The initial Payment ID of the transaction from which the token has been created
|
void |
setToken(String value)
ID of the token
|
public Boolean getIsNewToken()
public void setIsNewToken(Boolean value)
public String getOriginalPaymentId()
public void setOriginalPaymentId(String value)
public String getToken()
public void setToken(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.