Uses of Class
com.broadleafcommerce.paymenttransaction.service.provider.external.domain.PaymentAccountSummary
Package
Description
-
Uses of PaymentAccountSummary in com.broadleafcommerce.paymenttransaction.service.provider
Modifier and TypeMethodDescriptionCustomerPaymentAccountProvider.createPaymentAccount
(P paymentAccount, @NonNull String customerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.Creates aPaymentAccount
for a customer.CustomerPaymentAccountProvider.updatePaymentAccountLastTransactionData
(@NonNull String paymentAccountId, @NonNull 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.Updates the last transaction data for aPaymentAccount
. -
Uses of PaymentAccountSummary in com.broadleafcommerce.paymenttransaction.service.provider.external
Modifier and TypeMethodDescriptionExternalCustomerPaymentAccountProvider.createPaymentAccount
(P paymentAccount, @NonNull String customerId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated, for removal: This API element is subject to removal in a future version.ExternalCustomerPaymentAccountProvider.updatePaymentAccountLastTransactionData
(@NonNull String paymentAccountId, @NonNull 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.