Uses of Class
com.adyen.model.recurring.NotifyShopperResult
-
Packages that use NotifyShopperResult Package Description com.adyen.model.recurring com.adyen.service -
-
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)static NotifyShopperResultNotifyShopperResult. fromJson(String jsonString)Create an instance of NotifyShopperResult given an JSON stringNotifyShopperResultNotifyShopperResult. message(String message)NotifyShopperResultNotifyShopperResult. pspReference(String pspReference)NotifyShopperResultNotifyShopperResult. reference(String reference)NotifyShopperResultNotifyShopperResult. resultCode(String resultCode)NotifyShopperResultNotifyShopperResult. shopperNotificationReference(String shopperNotificationReference)NotifyShopperResultNotifyShopperResult. storedPaymentMethodId(String storedPaymentMethodId) -
Uses of NotifyShopperResult in com.adyen.service
Methods in com.adyen.service 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
-