Uses of Class
com.broadleafcommerce.adyen.domain.AdyenStoredPaymentMethod
Packages that use AdyenStoredPaymentMethod
Package
Description
-
Uses of AdyenStoredPaymentMethod in com.broadleafcommerce.adyen.domain
Methods in com.broadleafcommerce.adyen.domain that return types with arguments of type AdyenStoredPaymentMethodModifier and TypeMethodDescriptionAdyenStoredPaymentMethodsResponse.getStoredPaymentMethods()
List of all stored payment methods.Method parameters in com.broadleafcommerce.adyen.domain with type arguments of type AdyenStoredPaymentMethodModifier and TypeMethodDescriptionvoid
AdyenStoredPaymentMethodsResponse.setStoredPaymentMethods
(List<AdyenStoredPaymentMethod> storedPaymentMethods) List of all stored payment methods. -
Uses of AdyenStoredPaymentMethod in com.broadleafcommerce.adyen.service
Methods in com.broadleafcommerce.adyen.service that return types with arguments of type AdyenStoredPaymentMethodModifier and TypeMethodDescriptionAdyenStoredPaymentMethodService.readStoredPaymentMethods
(String customerReference, String applicationId, String tenantId) Reads stored payments for customer reference from adyen endpointDefaultAdyenStoredPaymentMethodService.readStoredPaymentMethods
(@NonNull String customerReference, String applicationId, String tenantId) -
Uses of AdyenStoredPaymentMethod in com.broadleafcommerce.adyen.web.endpoint
Methods in com.broadleafcommerce.adyen.web.endpoint that return types with arguments of type AdyenStoredPaymentMethodModifier and TypeMethodDescriptionAdyenStoredPaymentMethodsEndpoint.getSavedMethods
(CustomerRef customerRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)