Uses of Class
com.adyen.model.storedvalue.StoredValueBalanceCheckResponse
-
Packages that use StoredValueBalanceCheckResponse Package Description com.adyen.model.storedvalue com.adyen.service -
-
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)static StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. fromJson(String jsonString)Create an instance of StoredValueBalanceCheckResponse given an JSON stringStoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. pspReference(String pspReference)StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. refusalReason(String refusalReason)StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. resultCode(StoredValueBalanceCheckResponse.ResultCodeEnum resultCode)StoredValueBalanceCheckResponseStoredValueBalanceCheckResponse. thirdPartyRefusalReason(String thirdPartyRefusalReason) -
Uses of StoredValueBalanceCheckResponse in com.adyen.service
Methods in com.adyen.service that return StoredValueBalanceCheckResponse Modifier and Type Method Description StoredValueBalanceCheckResponseStoredValueApi. checkBalance(StoredValueBalanceCheckRequest storedValueBalanceCheckRequest)Checks the balance.StoredValueBalanceCheckResponseStoredValueApi. checkBalance(StoredValueBalanceCheckRequest storedValueBalanceCheckRequest, RequestOptions requestOptions)Checks the balance.
-