Class ExternalCustomerPaymentAccountProvider<P extends PaymentAccount>

java.lang.Object
com.broadleafcommerce.paymenttransaction.service.provider.external.AbstractExternalProvider
com.broadleafcommerce.paymenttransaction.service.provider.external.ExternalCustomerPaymentAccountProvider<P>
All Implemented Interfaces:
CustomerPaymentAccountProvider<P>

@Deprecated(since="1.0.2", forRemoval=true) public class ExternalCustomerPaymentAccountProvider<P extends PaymentAccount> extends AbstractExternalProvider implements CustomerPaymentAccountProvider<P>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.0.2, in favor of using PaymentTransactionServices to manage saved payment methods.
External (HTTP) implementation of a payment account provider.
Author:
Chris Kittrell (ckittrell)
  • Constructor Details

    • ExternalCustomerPaymentAccountProvider

      public ExternalCustomerPaymentAccountProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCustomerProperties properties)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details