StoredValueBalanceMergeResponse |
StoredValueBalanceMergeResponse.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.
|
StoredValueBalanceMergeResponse |
StoredValueBalanceMergeResponse.currentBalance(Amount currentBalance) |
currentBalance
|
static StoredValueBalanceMergeResponse |
StoredValueBalanceMergeResponse.fromJson(String jsonString) |
Create an instance of StoredValueBalanceMergeResponse given an JSON string
|
StoredValueBalanceMergeResponse |
StoredValueBalanceMergeResponse.pspReference(String pspReference) |
Adyen's 16-character string reference associated with the transaction/request.
|
StoredValueBalanceMergeResponse |
StoredValueBalanceMergeResponse.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.
|
StoredValueBalanceMergeResponse |
StoredValueBalanceMergeResponse.resultCode(StoredValueBalanceMergeResponse.ResultCodeEnum resultCode) |
The result of the payment.
|
StoredValueBalanceMergeResponse |
StoredValueBalanceMergeResponse.thirdPartyRefusalReason(String thirdPartyRefusalReason) |
Raw refusal reason received from the third party, where available
|