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)