Class GetHostedTokenizationResponse

java.lang.Object
com.onlinepayments.domain.GetHostedTokenizationResponse

public class GetHostedTokenizationResponse extends Object
  • Constructor Details

    • GetHostedTokenizationResponse

      public GetHostedTokenizationResponse()
  • Method Details

    • getToken

      public TokenResponse getToken()
    • setToken

      public void setToken(TokenResponse value)
    • withToken

      public GetHostedTokenizationResponse withToken(TokenResponse value)
    • getTokenStatus

      public String 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

      public void setTokenStatus(String value)
      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

      public GetHostedTokenizationResponse withTokenStatus(String value)
      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