Uses of Class
com.adyen.model.storedvalue.StoredValueStatusChangeResponse
-
Packages that use StoredValueStatusChangeResponse Package Description com.adyen.model.storedvalue com.adyen.service com.adyen.service.storedvalue -
-
Uses of StoredValueStatusChangeResponse in com.adyen.model.storedvalue
Methods in com.adyen.model.storedvalue that return StoredValueStatusChangeResponse Modifier and Type Method Description StoredValueStatusChangeResponseStoredValueStatusChangeResponse. 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.StoredValueStatusChangeResponseStoredValueStatusChangeResponse. currentBalance(Amount currentBalance)currentBalancestatic StoredValueStatusChangeResponseStoredValueStatusChangeResponse. fromJson(String jsonString)Create an instance of StoredValueStatusChangeResponse given an JSON stringStoredValueStatusChangeResponseStoredValueStatusChangeResponse. pspReference(String pspReference)Adyen's 16-character string reference associated with the transaction/request.StoredValueStatusChangeResponseStoredValueStatusChangeResponse. 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.StoredValueStatusChangeResponseStoredValueStatusChangeResponse. resultCode(StoredValueStatusChangeResponse.ResultCodeEnum resultCode)The result of the payment.StoredValueStatusChangeResponseStoredValueStatusChangeResponse. thirdPartyRefusalReason(String thirdPartyRefusalReason)Raw refusal reason received from the third party, where available -
Uses of StoredValueStatusChangeResponse in com.adyen.service
Methods in com.adyen.service that return StoredValueStatusChangeResponse Modifier and Type Method Description StoredValueStatusChangeResponseStoredValueApi. changeStatus(StoredValueStatusChangeRequest storedValueStatusChangeRequest)Deprecated, for removal: This API element is subject to removal in a future version.StoredValueStatusChangeResponseStoredValueApi. changeStatus(StoredValueStatusChangeRequest storedValueStatusChangeRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of StoredValueStatusChangeResponse in com.adyen.service.storedvalue
Methods in com.adyen.service.storedvalue that return StoredValueStatusChangeResponse Modifier and Type Method Description StoredValueStatusChangeResponseStoredValueApi. changeStatus(StoredValueStatusChangeRequest storedValueStatusChangeRequest)Changes the status of the payment method.StoredValueStatusChangeResponseStoredValueApi. changeStatus(StoredValueStatusChangeRequest storedValueStatusChangeRequest, RequestOptions requestOptions)Changes the status of the payment method.
-