Uses of Class
com.adyen.model.storedvalue.StoredValueLoadResponse
-
Packages that use StoredValueLoadResponse Package Description com.adyen.model.storedvalue com.adyen.service -
-
Uses of StoredValueLoadResponse in com.adyen.model.storedvalue
Methods in com.adyen.model.storedvalue that return StoredValueLoadResponse Modifier and Type Method Description StoredValueLoadResponseStoredValueLoadResponse. 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.StoredValueLoadResponseStoredValueLoadResponse. currentBalance(Amount currentBalance)currentBalancestatic StoredValueLoadResponseStoredValueLoadResponse. fromJson(String jsonString)Create an instance of StoredValueLoadResponse given an JSON stringStoredValueLoadResponseStoredValueLoadResponse. pspReference(String pspReference)Adyen's 16-character string reference associated with the transaction/request.StoredValueLoadResponseStoredValueLoadResponse. 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.StoredValueLoadResponseStoredValueLoadResponse. resultCode(StoredValueLoadResponse.ResultCodeEnum resultCode)The result of the payment.StoredValueLoadResponseStoredValueLoadResponse. thirdPartyRefusalReason(String thirdPartyRefusalReason)Raw refusal reason received from the third party, where available -
Uses of StoredValueLoadResponse in com.adyen.service
Methods in com.adyen.service that return StoredValueLoadResponse Modifier and Type Method Description StoredValueLoadResponseStoredValueApi. load(StoredValueLoadRequest storedValueLoadRequest)Loads the payment method.StoredValueLoadResponseStoredValueApi. load(StoredValueLoadRequest storedValueLoadRequest, RequestOptions requestOptions)Loads the payment method.
-