public class AuthorisationData
extends java.lang.Object
Constructor and Description |
---|
AuthorisationData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApprovalCode() |
AuthorisationMethod |
getAuthorisationMethod() |
AuthorisingEntity |
getAuthorisingEntity() |
java.lang.String |
getFinancialInstitution() |
java.lang.String |
getResponseCode() |
void |
setApprovalCode(java.lang.String value) |
void |
setAuthorisationMethod(AuthorisationMethod value) |
void |
setAuthorisingEntity(AuthorisingEntity value) |
void |
setFinancialInstitution(java.lang.String value) |
void |
setResponseCode(java.lang.String value) |
public java.lang.String getApprovalCode()
public void setApprovalCode(java.lang.String value)
value
- The approval code from the authorising entity.public AuthorisingEntity getAuthorisingEntity()
public void setAuthorisingEntity(AuthorisingEntity value)
value
- The entity that authorised the transaction.public AuthorisationMethod getAuthorisationMethod()
public void setAuthorisationMethod(AuthorisationMethod value)
value
- The method used to authorise the transaction.public java.lang.String getFinancialInstitution()
public void setFinancialInstitution(java.lang.String value)
value
- The financial institution id.public java.lang.String getResponseCode()
public void setResponseCode(java.lang.String value)
value
- The response code from the authorising host.