Uses of Class
com.broadleafcommerce.paymenttransaction.domain.PaymentRef
Package
Description
-
Uses of PaymentRef in com.broadleafcommerce.paymenttransaction.domain
Modifier and TypeMethodDescriptionPaymentRef.fromPayment
(Payment payment) Builds aPaymentRef
based on the providedPayment
PaymentTransaction.getPaymentRef()
The payment in the relationship.Modifier and TypeMethodDescriptionvoid
PaymentTransaction.setPaymentRef
(PaymentRef paymentRef) The payment in the relationship. -
Uses of PaymentRef in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeMethodDescriptionprotected PaymentRef
DefaultPaymentTransactionService.buildPaymentRef
(Payment payment) protected PaymentRef
DefaultTransactionExecutionService.buildPaymentRef
(Payment payment) -
Uses of PaymentRef in com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook
Modifier and TypeMethodDescriptionTransactionResultEvent.getPaymentRef()
The payment in the relationship.Modifier and TypeMethodDescriptionvoid
TransactionResultEvent.setPaymentRef
(PaymentRef paymentRef) The payment in the relationship. -
Uses of PaymentRef in com.broadleafcommerce.paymenttransaction.service.summary
Modifier and TypeMethodDescriptionprotected PaymentRef
DefaultTransactionSummaryService.buildPaymentRef
(Payment payment)