Uses of Class
com.broadleafcommerce.customer.service.provider.domain.Payment
-
-
Uses of Payment in com.broadleafcommerce.customer.messaging
Fields in com.broadleafcommerce.customer.messaging with type parameters of type Payment Modifier and Type Field Description protected PaymentProvider<Payment>CreatePaymentAccountEventListener. paymentProviderDeprecated, for removal: This API element is subject to removal in a future version.Methods in com.broadleafcommerce.customer.messaging that return types with arguments of type Payment Modifier and Type Method Description protected PaymentProvider<Payment>CreatePaymentAccountEventListener. getPaymentProvider()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.broadleafcommerce.customer.messaging with parameters of type Payment Modifier and Type Method Description protected PaymentAccountCreatePaymentAccountEventListener. buildPaymentAccount(Payment payment)Deprecated, for removal: This API element is subject to removal in a future version.Builds aPaymentAccountbased on the provided cartPaymentprotected StringCreatePaymentAccountEventListener. getCardType(Payment payment)Deprecated, for removal: This API element is subject to removal in a future version.protected InstantCreatePaymentAccountEventListener. getDateRecorded(Payment payment)Deprecated, for removal: This API element is subject to removal in a future version.protected IntegerCreatePaymentAccountEventListener. getExpirationMonth(Payment payment)Deprecated, for removal: This API element is subject to removal in a future version.protected IntegerCreatePaymentAccountEventListener. getExpirationYear(Payment payment)Deprecated, for removal: This API element is subject to removal in a future version.protected StringCreatePaymentAccountEventListener. getGatewayResponseCode(Payment payment)Deprecated, for removal: This API element is subject to removal in a future version.protected StringCreatePaymentAccountEventListener. getLastFour(Payment payment)Deprecated, for removal: This API element is subject to removal in a future version.protected PaymentTransactionCreatePaymentAccountEventListener. getLatestSuccessfulTransaction(Payment payment)Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in com.broadleafcommerce.customer.messaging with type arguments of type Payment Constructor Description CreatePaymentAccountEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, PaymentAccountService<PaymentAccount> paymentAccountService, PaymentProvider<Payment> paymentProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Payment in com.broadleafcommerce.customer.service.autoconfigure
Methods in com.broadleafcommerce.customer.service.autoconfigure that return types with arguments of type Payment Modifier and Type Method Description PaymentProvider<Payment>CustomerServiceAutoConfiguration.SavedPaymentAccountConfiguration. customerPaymentProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalPaymentProperties properties)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Payment in com.broadleafcommerce.customer.service.provider
Classes in com.broadleafcommerce.customer.service.provider with type parameters of type Payment Modifier and Type Interface Description interfacePaymentProvider<P extends Payment>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 Payment in com.broadleafcommerce.customer.service.provider.external
Classes in com.broadleafcommerce.customer.service.provider.external with type parameters of type Payment Modifier and Type Class Description classExternalPaymentProvider<P extends Payment>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.
-