Class MerchantCredentialGenerationResponse

java.lang.Object
com.blockchyp.client.dto.MerchantCredentialGenerationResponse
All Implemented Interfaces:
IAbstractAcknowledgement

public class MerchantCredentialGenerationResponse extends Object implements IAbstractAcknowledgement
Merchant api credential data.
  • Constructor Details

    • MerchantCredentialGenerationResponse

      public MerchantCredentialGenerationResponse()
  • Method Details

    • setSuccess

      public void setSuccess(boolean value)
      Sets whether or not the request succeeded.
      Parameters:
      value - whether or not the request succeeded.
    • isSuccess

      public boolean isSuccess()
      Gets whether or not the request succeeded.
      Specified by:
      isSuccess in interface IAbstractAcknowledgement
      Returns:
      whether or not the request succeeded.
    • setError

      public void setError(String value)
      Sets the error, if an error occurred.
      Parameters:
      value - the error, if an error occurred.
    • getError

      public String getError()
      Gets the error, if an error occurred.
      Specified by:
      getError in interface IAbstractAcknowledgement
      Returns:
      the error, if an error occurred.
    • setResponseDescription

      public void setResponseDescription(String value)
      Sets a narrative description of the transaction result.
      Parameters:
      value - a narrative description of the transaction result.
    • getResponseDescription

      public String getResponseDescription()
      Gets a narrative description of the transaction result.
      Specified by:
      getResponseDescription in interface IAbstractAcknowledgement
      Returns:
      a narrative description of the transaction result.
    • setApiKey

      public void setApiKey(String value)
      Sets the merchant api key.
      Parameters:
      value - the merchant api key.
    • getApiKey

      public String getApiKey()
      Gets the merchant api key.
      Returns:
      the merchant api key.
    • setBearerToken

      public void setBearerToken(String value)
      Sets the merchant bearer token.
      Parameters:
      value - the merchant bearer token.
    • getBearerToken

      public String getBearerToken()
      Gets the merchant bearer token.
      Returns:
      the merchant bearer token.
    • setSigningKey

      public void setSigningKey(String value)
      Sets the merchant signing key.
      Parameters:
      value - the merchant signing key.
    • getSigningKey

      public String getSigningKey()
      Gets the merchant signing key.
      Returns:
      the merchant signing key.