public class AbstractModificationRequest<T extends AbstractModificationRequest<T>> extends Object
| Constructor and Description |
|---|
AbstractModificationRequest() |
| Modifier and Type | Method and Description |
|---|---|
T |
additionalData(String additionalData) |
T |
authorisationCode(String authorisationCode) |
boolean |
equals(Object o) |
String |
getAdditionalData()
a map of name/value pairs for passing in additional / industry-specific data
|
String |
getAuthorisationCode()
the authorisation code of the payment (only required for the \"authoriseReferral\" method)
|
String |
getMerchantAccount()
the merchant account which will be used to process the payment
|
String |
getOriginalReference()
the pspreference of the payment to modify
|
String |
getReference()
the reference assigned to this modification
|
int |
hashCode() |
T |
merchantAccount(String merchantAccount) |
T |
originalReference(String originalReference) |
T |
reference(String reference) |
void |
setAdditionalData(String additionalData) |
void |
setAuthorisationCode(String authorisationCode) |
void |
setMerchantAccount(String merchantAccount) |
void |
setOriginalReference(String originalReference) |
void |
setReference(String reference) |
String |
toString() |
public String getReference()
public void setReference(String reference)
public String getAuthorisationCode()
public void setAuthorisationCode(String authorisationCode)
public String getOriginalReference()
public void setOriginalReference(String originalReference)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public String getAdditionalData()
public void setAdditionalData(String additionalData)
Copyright © 2017. All rights reserved.