Uses of Class
com.adyen.model.storedvalue.StoredValueStatusChangeResponse
-
Packages that use StoredValueStatusChangeResponse Package Description com.adyen.model.storedvalue com.adyen.service -
-
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)StoredValueStatusChangeResponseStoredValueStatusChangeResponse. currentBalance(Amount currentBalance)static StoredValueStatusChangeResponseStoredValueStatusChangeResponse. fromJson(String jsonString)Create an instance of StoredValueStatusChangeResponse given an JSON stringStoredValueStatusChangeResponseStoredValueStatusChangeResponse. pspReference(String pspReference)StoredValueStatusChangeResponseStoredValueStatusChangeResponse. refusalReason(String refusalReason)StoredValueStatusChangeResponseStoredValueStatusChangeResponse. resultCode(StoredValueStatusChangeResponse.ResultCodeEnum resultCode)StoredValueStatusChangeResponseStoredValueStatusChangeResponse. thirdPartyRefusalReason(String thirdPartyRefusalReason) -
Uses of StoredValueStatusChangeResponse in com.adyen.service
Methods in com.adyen.service 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.
-