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)NotifyShopperResultNotifyShopperResult. 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 NotifyShopperResultRecurring. notifyShopper(NotifyShopperRequest request)Issues a notifyShopper API call
-