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