Uses of Class
com.adyen.model.storedvalue.StoredValueBalanceMergeResponse
-
Packages that use StoredValueBalanceMergeResponse Package Description com.adyen.model.storedvalue com.adyen.service -
-
Uses of StoredValueBalanceMergeResponse in com.adyen.model.storedvalue
Methods in com.adyen.model.storedvalue that return StoredValueBalanceMergeResponse Modifier and Type Method Description StoredValueBalanceMergeResponseStoredValueBalanceMergeResponse. authCode(String authCode)StoredValueBalanceMergeResponseStoredValueBalanceMergeResponse. currentBalance(Amount currentBalance)static StoredValueBalanceMergeResponseStoredValueBalanceMergeResponse. fromJson(String jsonString)Create an instance of StoredValueBalanceMergeResponse given an JSON stringStoredValueBalanceMergeResponseStoredValueBalanceMergeResponse. pspReference(String pspReference)StoredValueBalanceMergeResponseStoredValueBalanceMergeResponse. refusalReason(String refusalReason)StoredValueBalanceMergeResponseStoredValueBalanceMergeResponse. resultCode(StoredValueBalanceMergeResponse.ResultCodeEnum resultCode)StoredValueBalanceMergeResponseStoredValueBalanceMergeResponse. thirdPartyRefusalReason(String thirdPartyRefusalReason) -
Uses of StoredValueBalanceMergeResponse in com.adyen.service
Methods in com.adyen.service that return StoredValueBalanceMergeResponse Modifier and Type Method Description StoredValueBalanceMergeResponseStoredValueApi. mergeBalance(StoredValueBalanceMergeRequest storedValueBalanceMergeRequest)Merge the balance of two cards.StoredValueBalanceMergeResponseStoredValueApi. mergeBalance(StoredValueBalanceMergeRequest storedValueBalanceMergeRequest, RequestOptions requestOptions)Merge the balance of two cards.
-