Uses of Class
com.adyen.model.recurring.NotifyShopperRequest
-
Packages that use NotifyShopperRequest Package Description com.adyen.model.recurring com.adyen.service com.adyen.service.recurring -
-
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)amountNotifyShopperRequestNotifyShopperRequest. billingDate(String billingDate)Date on which the subscription amount will be debited from the shopper.NotifyShopperRequestNotifyShopperRequest. billingSequenceNumber(String billingSequenceNumber)Sequence of the debit.NotifyShopperRequestNotifyShopperRequest. displayedReference(String displayedReference)Reference of Pre-debit notification that is displayed to the shopper.static NotifyShopperRequestNotifyShopperRequest. fromJson(String jsonString)Create an instance of NotifyShopperRequest given an JSON stringNotifyShopperRequestNotifyShopperRequest. merchantAccount(String merchantAccount)The merchant account identifier with which you want to process the transaction.NotifyShopperRequestNotifyShopperRequest. recurringDetailReference(String recurringDetailReference)This is the `recurringDetailReference` returned in the response when you created the token.NotifyShopperRequestNotifyShopperRequest. reference(String reference)Pre-debit notification reference sent by the merchant.NotifyShopperRequestNotifyShopperRequest. shopperReference(String shopperReference)The ID that uniquely identifies the shopper.NotifyShopperRequestNotifyShopperRequest. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token. -
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)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 NotifyShopperRequest in com.adyen.service.recurring
Methods in com.adyen.service.recurring with parameters of type NotifyShopperRequest Modifier and Type Method Description NotifyShopperResultRecurringApi. notifyShopper(NotifyShopperRequest notifyShopperRequest)Deprecated.since Adyen Recurring API v68NotifyShopperResultRecurringApi. notifyShopper(NotifyShopperRequest notifyShopperRequest, RequestOptions requestOptions)Deprecated.since Adyen Recurring API v68
-