Uses of Class
com.broadleafcommerce.customer.service.autoconfigure.ConditionalOnCustomerAsSavedPaymentStorageLocation
-
-
Uses of ConditionalOnCustomerAsSavedPaymentStorageLocation in com.broadleafcommerce.customer.provider.jpa.repository
Classes in com.broadleafcommerce.customer.provider.jpa.repository with annotations of type ConditionalOnCustomerAsSavedPaymentStorageLocation Modifier and Type Interface Description interface
JpaPaymentAccountRepository<D extends JpaPaymentAccount>
Deprecated, for removal: This API element is subject to removal in a future version.since 1.7.2, in favor of usingJpaSavedPaymentMethod
in PaymentTransactionServices to manage saved payment methods. -
Uses of ConditionalOnCustomerAsSavedPaymentStorageLocation in com.broadleafcommerce.customer.service.autoconfigure
Classes in com.broadleafcommerce.customer.service.autoconfigure with annotations of type ConditionalOnCustomerAsSavedPaymentStorageLocation Modifier and Type Class Description static class
CustomerServiceAutoConfiguration.SavedPaymentAccountConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.since 1.7.2, in favor of using PaymentTransactionServices as saved payment method storage location. -
Uses of ConditionalOnCustomerAsSavedPaymentStorageLocation in com.broadleafcommerce.customer.web.endpoint
Classes in com.broadleafcommerce.customer.web.endpoint with annotations of type ConditionalOnCustomerAsSavedPaymentStorageLocation Modifier and Type Class Description class
CustomerPaymentAccountEndpoint
Deprecated, for removal: This API element is subject to removal in a future version.since 1.7.2, in favor of usingSavedPaymentMethod
in PaymentTransactionServices to manage saved payment methods.class
SensitiveCustomerPaymentAccountEndpoint
Deprecated, for removal: This API element is subject to removal in a future version.since 1.7.2, in favor of usingSavedPaymentMethod
in PaymentTransactionServices to manage saved payment methods.
-