Package com.onlinepayments.domain
Class GetHostedTokenizationResponse
java.lang.Object
com.onlinepayments.domain.GetHostedTokenizationResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetToken()This is the status of the token in the hosted tokenization session.voidsetToken(TokenResponse value) voidsetTokenStatus(String value) This is the status of the token in the hosted tokenization session.withToken(TokenResponse value) withTokenStatus(String value) This is the status of the token in the hosted tokenization session.
-
Constructor Details
-
GetHostedTokenizationResponse
public GetHostedTokenizationResponse()
-
-
Method Details
-
getToken
-
setToken
-
withToken
-
getTokenStatus
This is the status of the token in the hosted tokenization session. Possible values are:- UNCHANGED - The token has not changed
- CREATED - The token has been created
- UPDATED - The token has been updated
-
setTokenStatus
This is the status of the token in the hosted tokenization session. Possible values are:- UNCHANGED - The token has not changed
- CREATED - The token has been created
- UPDATED - The token has been updated
-
withTokenStatus
This is the status of the token in the hosted tokenization session. Possible values are:- UNCHANGED - The token has not changed
- CREATED - The token has been created
- UPDATED - The token has been updated
-