StoredValueStatusChangeResponse |
StoredValueStatusChangeResponse.authCode(String authCode) |
Authorisation code: * When the payment is authorised, this field holds the authorisation code for the payment. * When the payment is not authorised, this field is empty.
|
StoredValueStatusChangeResponse |
StoredValueStatusChangeResponse.currentBalance(Amount currentBalance) |
currentBalance
|
static StoredValueStatusChangeResponse |
StoredValueStatusChangeResponse.fromJson(String jsonString) |
Create an instance of StoredValueStatusChangeResponse given an JSON string
|
StoredValueStatusChangeResponse |
StoredValueStatusChangeResponse.pspReference(String pspReference) |
Adyen's 16-character string reference associated with the transaction/request.
|
StoredValueStatusChangeResponse |
StoredValueStatusChangeResponse.refusalReason(String refusalReason) |
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.
|
StoredValueStatusChangeResponse |
StoredValueStatusChangeResponse.resultCode(StoredValueStatusChangeResponse.ResultCodeEnum resultCode) |
The result of the payment.
|
StoredValueStatusChangeResponse |
StoredValueStatusChangeResponse.thirdPartyRefusalReason(String thirdPartyRefusalReason) |
Raw refusal reason received from the third party, where available
|