Uses of Class
com.adyen.model.storedvalue.StoredValueBalanceCheckResponse
-
Packages that use StoredValueBalanceCheckResponse Package Description com.adyen.model.storedvalue com.adyen.service com.adyen.service.storedvalue -
-
Uses of StoredValueBalanceCheckResponse in com.adyen.model.storedvalue
Methods in com.adyen.model.storedvalue that return StoredValueBalanceCheckResponse Modifier and Type Method Description StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. currentBalance(Amount currentBalance)currentBalancestatic StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. fromJson(String jsonString)Create an instance of StoredValueBalanceCheckResponse given an JSON stringStoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. pspReference(String pspReference)Adyen's 16-character string reference associated with the transaction/request.StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. 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.StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. resultCode(StoredValueBalanceCheckResponse.ResultCodeEnum resultCode)The result of the payment.StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. thirdPartyRefusalReason(String thirdPartyRefusalReason)Raw refusal reason received from the third party, where available -
Uses of StoredValueBalanceCheckResponse in com.adyen.service
Methods in com.adyen.service that return StoredValueBalanceCheckResponse Modifier and Type Method Description StoredValueBalanceCheckResponseStoredValueApi. checkBalance(StoredValueBalanceCheckRequest storedValueBalanceCheckRequest)Deprecated, for removal: This API element is subject to removal in a future version.StoredValueBalanceCheckResponseStoredValueApi. checkBalance(StoredValueBalanceCheckRequest storedValueBalanceCheckRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of StoredValueBalanceCheckResponse in com.adyen.service.storedvalue
Methods in com.adyen.service.storedvalue that return StoredValueBalanceCheckResponse Modifier and Type Method Description StoredValueBalanceCheckResponseStoredValueApi. checkBalance(StoredValueBalanceCheckRequest storedValueBalanceCheckRequest)Checks the balance.StoredValueBalanceCheckResponseStoredValueApi. checkBalance(StoredValueBalanceCheckRequest storedValueBalanceCheckRequest, RequestOptions requestOptions)Checks the balance.
-