Uses of Class
com.adyen.model.recurring.NotifyShopperRequest
-
Packages that use NotifyShopperRequest Package Description com.adyen.model.recurring com.adyen.service -
-
Uses of NotifyShopperRequest in com.adyen.model.recurring
Methods in com.adyen.model.recurring that return NotifyShopperRequest Modifier and Type Method Description NotifyShopperRequestNotifyShopperRequest. amount(Amount amount)NotifyShopperRequestNotifyShopperRequest. billingDate(String billingDate)NotifyShopperRequestNotifyShopperRequest. billingSequenceNumber(String billingSequenceNumber)NotifyShopperRequestNotifyShopperRequest. displayedReference(String displayedReference)NotifyShopperRequestNotifyShopperRequest. merchantAccount(String merchantAccount)NotifyShopperRequestNotifyShopperRequest. recurringDetailReference(String recurringDetailReference)NotifyShopperRequestNotifyShopperRequest. reference(String reference)NotifyShopperRequestNotifyShopperRequest. shopperReference(String shopperReference)NotifyShopperRequestNotifyShopperRequest. storedPaymentMethodId(String storedPaymentMethodId) -
Uses of NotifyShopperRequest in com.adyen.service
Methods in com.adyen.service with parameters of type NotifyShopperRequest Modifier and Type Method Description NotifyShopperResultRecurring. notifyShopper(NotifyShopperRequest request)Issues a notifyShopper API call
-