Uses of Class
com.broadleafcommerce.paymenttransaction.service.provider.external.domain.PaymentAccount
Package
Description
-
Uses of PaymentAccount in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeMethodDescriptionCustomerPaymentAccountManagementService.buildPaymentAccount
(Payment payment) Deprecated, for removal: This API element is subject to removal in a future version.Builds aPaymentAccount
from the givenPayment
.Modifier and TypeMethodDescriptionprotected CustomerPaymentAccountProvider<PaymentAccount>
CustomerPaymentAccountManagementService.getPaymentAccountProvider()
Deprecated, for removal: This API element is subject to removal in a future version.protected CustomerPaymentAccountProvider<PaymentAccount>
DefaultPaymentManagementService.getPaymentAccountProvider()
Deprecated.no longer usedModifier and TypeMethodDescriptionprotected Address
CustomerPaymentAccountManagementService.buildBillingAddress
(PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.Builds anAddress
from the givenPaymentAccount
.protected Address
DefaultPaymentManagementService.buildBillingAddress
(PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.no longer usedprotected OwnershipSummary
CustomerPaymentAccountManagementService.buildOwnershipSummary
(@NonNull PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.Builds theOwnershipSummary
based on the givenPaymentAccount
.ModifierConstructorDescriptionCustomerPaymentAccountManagementService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, CustomerPaymentAccountProvider<PaymentAccount> paymentAccountProvider) Deprecated, for removal: This API element is subject to removal in a future version.DefaultPaymentManagementService
(PaymentService<P> paymentService, PaymentLockService<P> paymentLockService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, CustomerPaymentAccountProvider<PaymentAccount> paymentAccountProvider, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PaymentAccount in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.CustomerPaymentAccountConfiguration.customerPaymentAccountProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCustomerProperties externalCustomerProperties) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.paymentManagementService
(PaymentService<Payment> paymentService, PaymentLockService<Payment> paymentLockService, PaymentTransactionService<PaymentTransaction> paymentTransactionService, com.broadleafcommerce.paymentgateway.service.provider.PaymentGatewayResourceProvider paymentGatewayResourceProvider, CustomerPaymentAccountProvider<PaymentAccount> customerPaymentAccountProvider, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) PaymentTransactionServiceAutoConfiguration.CustomerPaymentAccountConfiguration.savedPaymentMethodManagementService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, CustomerPaymentAccountProvider<PaymentAccount> customerPaymentAccountProvider) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentAccount in com.broadleafcommerce.paymenttransaction.service.provider
Modifier and TypeInterfaceDescriptioninterface
CustomerPaymentAccountProvider<P extends PaymentAccount>
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. -
Uses of PaymentAccount in com.broadleafcommerce.paymenttransaction.service.provider.external
Modifier and TypeClassDescriptionclass
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.