public class StoredValueIssueResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StoredValueIssueResponse.ResultCodeEnum
The result of the payment.
|
| Constructor and Description |
|---|
StoredValueIssueResponse() |
| Modifier and Type | Method and Description |
|---|---|
StoredValueIssueResponse |
authCode(String authCode) |
StoredValueIssueResponse |
currentBalance(Amount currentBalance) |
boolean |
equals(Object o) |
String |
getAuthCode()
Authorisation code: * When the payment is authorised, this field holds the authorisation code for the payment.
|
Amount |
getCurrentBalance()
Get currentBalance
|
Map<String,String> |
getPaymentMethod()
The collection that contains the type of the payment method and its specific information if available
|
String |
getPspReference()
Adyen's 16-character string reference associated with the transaction/request.
|
String |
getRefusalReason()
If the transaction is refused or an error occurs, this field holds Adyen's mapped reason for the refusal or a description of the error.
|
StoredValueIssueResponse.ResultCodeEnum |
getResultCode()
The result of the payment.
|
String |
getThirdPartyRefusalReason()
Raw refusal reason received from the third party, where available
|
int |
hashCode() |
StoredValueIssueResponse |
paymentMethod(Map<String,String> paymentMethod) |
StoredValueIssueResponse |
pspReference(String pspReference) |
StoredValueIssueResponse |
putPaymentMethodItem(String key,
String paymentMethodItem) |
StoredValueIssueResponse |
refusalReason(String refusalReason) |
StoredValueIssueResponse |
resultCode(StoredValueIssueResponse.ResultCodeEnum resultCode) |
void |
setAuthCode(String authCode) |
void |
setCurrentBalance(Amount currentBalance) |
void |
setPaymentMethod(Map<String,String> paymentMethod) |
void |
setPspReference(String pspReference) |
void |
setRefusalReason(String refusalReason) |
void |
setResultCode(StoredValueIssueResponse.ResultCodeEnum resultCode) |
void |
setThirdPartyRefusalReason(String thirdPartyRefusalReason) |
StoredValueIssueResponse |
thirdPartyRefusalReason(String thirdPartyRefusalReason) |
String |
toString() |
public StoredValueIssueResponse authCode(String authCode)
public String getAuthCode()
public void setAuthCode(String authCode)
public StoredValueIssueResponse currentBalance(Amount currentBalance)
public Amount getCurrentBalance()
public void setCurrentBalance(Amount currentBalance)
public StoredValueIssueResponse paymentMethod(Map<String,String> paymentMethod)
public StoredValueIssueResponse putPaymentMethodItem(String key, String paymentMethodItem)
public Map<String,String> getPaymentMethod()
public StoredValueIssueResponse pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
public StoredValueIssueResponse refusalReason(String refusalReason)
public String getRefusalReason()
public void setRefusalReason(String refusalReason)
public StoredValueIssueResponse resultCode(StoredValueIssueResponse.ResultCodeEnum resultCode)
public StoredValueIssueResponse.ResultCodeEnum getResultCode()
public void setResultCode(StoredValueIssueResponse.ResultCodeEnum resultCode)
public StoredValueIssueResponse thirdPartyRefusalReason(String thirdPartyRefusalReason)
public String getThirdPartyRefusalReason()
public void setThirdPartyRefusalReason(String thirdPartyRefusalReason)
Copyright © 2022. All rights reserved.