Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.TransactionExecutionDetail
Packages that use TransactionExecutionDetail
-
Uses of TransactionExecutionDetail in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment
Methods in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment that return types with arguments of type TransactionExecutionDetailModifier and TypeMethodDescriptionTransactionExecutionResponse.getTransactionExecutionDetails()
A list ofTransactionExecutionDetails
describing the transactions executed.Method parameters in com.broadleafcommerce.cartoperation.service.provider.external.domain.payment with type arguments of type TransactionExecutionDetailModifier and TypeMethodDescriptionvoid
TransactionExecutionResponse.setTransactionExecutionDetails
(List<TransactionExecutionDetail> transactionExecutionDetails) A list ofTransactionExecutionDetails
describing the transactions executed.