Uses of Class
com.broadleafcommerce.cartoperation.domain.payment.CreditAccount
-
Packages that use CreditAccount Package Description com.broadleafcommerce.cartoperation.service.provider com.broadleafcommerce.cartoperation.service.provider.external.payments -
-
Uses of CreditAccount in com.broadleafcommerce.cartoperation.service.provider
Methods in com.broadleafcommerce.cartoperation.service.provider that return CreditAccount Modifier and Type Method Description CreditAccount
CreditAccountTransactionExecutionProvider. readCustomerStoreCreditAccount(String customerId, String creditAccountNumber, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Reads the credit account for the specified customer id and account number.Methods in com.broadleafcommerce.cartoperation.service.provider that return types with arguments of type CreditAccount Modifier and Type Method Description org.springframework.data.domain.Page<CreditAccount>
CreditAccountTransactionExecutionProvider. readCustomerStoreCreditAccounts(String customerId, List<String> creditAccountNumbers, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Reads the credit account for the specified customer id and account numbers. -
Uses of CreditAccount in com.broadleafcommerce.cartoperation.service.provider.external.payments
Methods in com.broadleafcommerce.cartoperation.service.provider.external.payments that return CreditAccount Modifier and Type Method Description CreditAccount
ExternalCreditAccountTransactionExecutionProvider. readCustomerStoreCreditAccount(@NonNull String customerId, @NonNull String creditAccountNumber, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Methods in com.broadleafcommerce.cartoperation.service.provider.external.payments that return types with arguments of type CreditAccount Modifier and Type Method Description org.springframework.data.domain.Page<CreditAccount>
ExternalCreditAccountTransactionExecutionProvider. readCustomerStoreCreditAccounts(String customerId, List<String> creditAccountNumbers, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-