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