Uses of Class
com.broadleafcommerce.billing.job.domain.WalletWithPaymentAccounts
Packages that use WalletWithPaymentAccounts
Package
Description
-
Uses of WalletWithPaymentAccounts in com.broadleafcommerce.billing.job.module
Fields in com.broadleafcommerce.billing.job.module with type parameters of type WalletWithPaymentAccountsMethods in com.broadleafcommerce.billing.job.module that return types with arguments of type WalletWithPaymentAccountsModifier and TypeMethodDescriptionprotected Map<String,WalletWithPaymentAccounts> BillingProcessingRequestInitializer.readWalletsWithPaymentAccounts(List<BillingProcessingRequestWithFullDetails> requestsWithFullDetails, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads wallets for the provided requests.Method parameters in com.broadleafcommerce.billing.job.module with type arguments of type WalletWithPaymentAccountsModifier and TypeMethodDescriptionprotected voidBillingProcessingRequestInitializer.initializeRequests(List<BillingProcessingRequestWithFullDetails> requestsWithFullDetails, Map<String, WalletWithPaymentAccounts> walletsWithPaymentAccounts, List<BillingProcessingRequest> allInitializedRequests, List<String> idsToSendToFinalizer, List<BillingProcessingRequest> sendToPaymentProcessor, List<BillingProcessingRequestWithBillingEventDTO> sendToTaxHandler) Handles initializing given requests and sorting them to their next destinations depending on their state and external configuration propertiesprotected List<PaymentAccount>BillingProcessingRequestInitializer.retrieveActiveAccounts(BillingProcessingRequest request, Map<String, WalletWithPaymentAccounts> walletsWithPaymentAccounts) Retrieves active payment accounts for the given request -
Uses of WalletWithPaymentAccounts in com.broadleafcommerce.billing.service
Classes in com.broadleafcommerce.billing.service with type parameters of type WalletWithPaymentAccountsModifier and TypeInterfaceDescriptioninterfaceWalletService<W extends WalletWithPaymentAccounts,R extends BillingProcessingRequestWithFullDetails> -
Uses of WalletWithPaymentAccounts in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure that return types with arguments of type WalletWithPaymentAccountsModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.walletService(SavedPaymentMethodProvider<SavedPaymentMethod> provider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of WalletWithPaymentAccounts in com.broadleafcommerce.billing.service.impl
Classes in com.broadleafcommerce.billing.service.impl with type parameters of type WalletWithPaymentAccountsModifier and TypeClassDescriptionclassDefaultWalletService<W extends WalletWithPaymentAccounts,R extends BillingProcessingRequestWithFullDetails>