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)static NotifyShopperRequestNotifyShopperRequest. fromJson(String jsonString)Create an instance of NotifyShopperRequest given an JSON stringNotifyShopperRequestNotifyShopperRequest. 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 NotifyShopperResultRecurringApi. notifyShopper(NotifyShopperRequest notifyShopperRequest)Ask issuer to notify the shopperNotifyShopperResultRecurringApi. notifyShopper(NotifyShopperRequest notifyShopperRequest, RequestOptions requestOptions)Ask issuer to notify the shopper
-