Uses of Class
com.broadleafcommerce.paymenttransaction.service.provider.external.domain.PaymentAccountSummary
Packages that use PaymentAccountSummary
Package
Description
-
Uses of PaymentAccountSummary in com.broadleafcommerce.paymenttransaction.service.provider
Methods in com.broadleafcommerce.paymenttransaction.service.provider that return PaymentAccountSummaryModifier 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 aPaymentAccountfor 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
Methods in com.broadleafcommerce.paymenttransaction.service.provider.external that return PaymentAccountSummaryModifier 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.