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