Summer '20 (API version 49.0)
Newer Version Available
blng
The following are methods for TransactionResult.
global void setResponseCodeMessage(String responseCodeMessage)
Type: void
global String getResponseCodeMessage()
Type: String
global void setCardCodeResponse(String cardCodeResponse)
global String getCardCodeResponse()
global void setCustomerProfileToken(String customerProfileToken)
global String getCustomerProfileToken()
public void setPaymentToken(String paymentToken)
global String getPaymentToken()
global void setResponseStatus(String responseStatus)
global String getResponseStatus()
global void setResponseMessage(String responseMessage)
global String getResponseMessage()
global void setResponseCode(String responseCode)
global String getResponseCode()
global void setResponseToValidate(String responseToValidate)
public String getResponseToValidate()
global void setGatewayId(String gatewayId)
global String getGatewayId()
global void setType(String type)
global String getType()
global void setRequestTypeOfPayment(String requestTypeOfPayment)
global String getRequestTypeofPayment()
global void setRequestTransactionType(String requestTransactionType)
global String getRequestTransactionType()
global void setIsSuccess(Boolean isSuccess)
global Boolean getIsSuccess()
Type: Boolean
global void setError(String error)
public List<String> getErrors()
Type: List<String>
public void setResponseValueByKey(Map<String,String> getResponseValueByKey)
global Map<string, string> getResponseValueByKey()
Type: Map<string, string>
global void setId(String Id)
global String getId()
global void setMessage(String message)
global String getMessage()
global void setEntity(String entity)
global String getEntity()
global void setGatewayStatus(GatewayStatusType gatewayStatus)
global GatewayStatusType getGatewayStatus()
Type: GatewayStatusType