Uses of Class
com.broadleafcommerce.customer.domain.PaymentAccountSummary
Package
Description
-
Uses of PaymentAccountSummary in com.broadleafcommerce.customer.service.summary
Modifier and TypeMethodDescriptionDefaultPaymentAccountSummaryService.buildSummary
(@NonNull PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.PaymentAccountSummaryService.buildSummary
(@NonNull PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.DeterminesPaymentAccountSummary
based on thePaymentAccount
. -
Uses of PaymentAccountSummary in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionCustomerPaymentAccountEndpoint.addPaymentAccountToCustomer
(String customerId, PaymentAccount paymentAccountRequest, boolean makeDefaultAccount, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.SensitiveCustomerPaymentAccountEndpoint.addPaymentAccountToCustomer
(String customerId, PaymentAccount paymentAccountRequest, boolean makeDefaultAccount, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.CustomerPaymentAccountEndpoint.readPaymentAccount
(String customerId, String paymentAccountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.CustomerPaymentAccountEndpoint.updatePaymentAccount
(String customerId, String paymentAccountId, boolean makeDefaultAccount, CustomerPaymentAccountEndpoint.PaymentAccountUpdate paymentAccountRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.SensitiveCustomerPaymentAccountEndpoint.updatePaymentAccountLastTransactionData
(String paymentAccountId, Instant lastTransactionDateTime, String lastTransactionResultCode, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentAccountSummary>
CustomerPaymentAccountEndpoint.readPaymentAccounts
(String customerId, org.springframework.data.domain.Pageable page, cz.jirutka.rsql.parser.ast.Node filters, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.