Uses of Class
com.adyen.model.recurring.NotifyShopperResult
-
Packages that use NotifyShopperResult Package Description com.adyen.model.recurring com.adyen.service com.adyen.service.recurring -
-
Uses of NotifyShopperResult in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return NotifyShopperResult Modifier and Type Method Description NotifyShopperResultNotifyShopperResult. displayedReference(String displayedReference)Reference of Pre-debit notification that is displayed to the shopperstatic NotifyShopperResultNotifyShopperResult. fromJson(String jsonString)Create an instance of NotifyShopperResult given an JSON stringNotifyShopperResultNotifyShopperResult. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.NotifyShopperResultNotifyShopperResult. message(String message)A simple description of the `resultCode`.NotifyShopperResultNotifyShopperResult. pspReference(String pspReference)The unique reference that is associated with the request.NotifyShopperResultNotifyShopperResult. reference(String reference)Reference of Pre-debit notification sent in my the merchantNotifyShopperResultNotifyShopperResult. resultCode(String resultCode)The code indicating the status of notification.NotifyShopperResultNotifyShopperResult. shopperNotificationReference(String shopperNotificationReference)The unique reference for the request sent downstream.NotifyShopperResultNotifyShopperResult. storedPaymentMethodId(String storedPaymentMethodId)This is the recurringDetailReference returned in the response when token was created -
Uses of NotifyShopperResult in com.adyen.service
Methods in com.adyen.service that return NotifyShopperResult Modifier and Type Method Description NotifyShopperResultRecurringApi. notifyShopper(NotifyShopperRequest notifyShopperRequest)Deprecated, for removal: This API element is subject to removal in a future version.NotifyShopperResultRecurringApi. notifyShopper(NotifyShopperRequest notifyShopperRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of NotifyShopperResult in com.adyen.service.recurring
Methods in com.adyen.service.recurring that return NotifyShopperResult Modifier and Type Method Description NotifyShopperResultRecurringApi. notifyShopper(NotifyShopperRequest notifyShopperRequest)Ask issuer to notify the shopperNotifyShopperResultRecurringApi. notifyShopper(NotifyShopperRequest notifyShopperRequest, RequestOptions requestOptions)Ask issuer to notify the shopper
-