Uses of Class
com.adyen.model.tokenizationwebhooks.RecurringToken
-
Packages that use RecurringToken Package Description com.adyen.model.tokenizationwebhooks -
-
Uses of RecurringToken in com.adyen.model.tokenizationwebhooks
Methods in com.adyen.model.tokenizationwebhooks that return RecurringToken Modifier and Type Method Description static RecurringTokenRecurringToken. fromJson(String jsonString)Create an instance of RecurringToken given an JSON stringRecurringTokenTokenizationDisabledDetailsNotificationRequest. getData()Get dataRecurringTokenRecurringToken. merchantAccount(String merchantAccount)The identifier of the merchant account related to the event that triggered the webhook.RecurringTokenRecurringToken. shopperReference(String shopperReference)Your unique shopper reference that is associated with the `storedPaymentMethodId`.RecurringTokenRecurringToken. storedPaymentMethodId(String storedPaymentMethodId)The ID of the token.RecurringTokenRecurringToken. type(String type)The type of the payment method.Methods in com.adyen.model.tokenizationwebhooks with parameters of type RecurringToken Modifier and Type Method Description TokenizationDisabledDetailsNotificationRequestTokenizationDisabledDetailsNotificationRequest. data(RecurringToken data)datavoidTokenizationDisabledDetailsNotificationRequest. setData(RecurringToken data)data
-