Uses of Class
com.broadleafcommerce.paymenttransaction.service.anonymization.PaymentAnonymizationProperties
Packages that use PaymentAnonymizationProperties
-
Uses of PaymentAnonymizationProperties in com.broadleafcommerce.paymenttransaction.service.anonymization
Methods in com.broadleafcommerce.paymenttransaction.service.anonymization that return PaymentAnonymizationPropertiesModifier and TypeMethodDescriptionprotected PaymentAnonymizationPropertiesPaymentAnonymizationHandler.getProperties()protected PaymentAnonymizationPropertiesSavedPaymentMethodAnonymizationHandler.getProperties()Constructors in com.broadleafcommerce.paymenttransaction.service.anonymization with parameters of type PaymentAnonymizationPropertiesModifierConstructorDescriptionPaymentAnonymizationHandler(PaymentService<Payment> paymentService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, PaymentAnonymizationProperties properties) SavedPaymentMethodAnonymizationHandler(SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService, PaymentAnonymizationProperties properties)