Uses of Class
com.broadleafcommerce.payment.service.gateway.domain.CreditAccount
Packages that use CreditAccount
Package
Description
-
Uses of CreditAccount in com.broadleafcommerce.payment.service.gateway
Methods in com.broadleafcommerce.payment.service.gateway that return CreditAccountModifier and TypeMethodDescriptionStoreCreditTransactionExecutionResponse.getCreditAccount()The updatedCreditAccountfor the executedCreditAccountTransaction.Methods in com.broadleafcommerce.payment.service.gateway that return types with arguments of type CreditAccountModifier and TypeMethodDescriptionprotected Optional<CreditAccount>DefaultStoreCreditPaymentGatewayPaymentValidator.getStoreCreditAccount(@NonNull String accountNumber, String applicationId, String tenantId) Methods in com.broadleafcommerce.payment.service.gateway with parameters of type CreditAccountModifier and TypeMethodDescriptionvoidStoreCreditTransactionExecutionResponse.setCreditAccount(CreditAccount creditAccount) The updatedCreditAccountfor the executedCreditAccountTransaction.protected voidDefaultStoreCreditPaymentGatewayPaymentValidator.validateAccessToStoreCreditAccount(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentValidationRequest paymentValidationRequest, @NonNull CreditAccount creditAccount) -
Uses of CreditAccount in com.broadleafcommerce.payment.service.gateway.provider
Methods in com.broadleafcommerce.payment.service.gateway.provider that return types with arguments of type CreditAccountModifier and TypeMethodDescriptionStoreCreditAccountProvider.retrieveStoreCreditAccount(String accountNumber, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads the store credit account by id -
Uses of CreditAccount in com.broadleafcommerce.payment.service.gateway.provider.external
Methods in com.broadleafcommerce.payment.service.gateway.provider.external that return types with arguments of type CreditAccountModifier and TypeMethodDescriptionExternalStoreCreditAccountProvider.retrieveStoreCreditAccount(@NonNull String accountNumber, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)