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 aPaymentRefbased on the providedPaymentPaymentTransaction.getPaymentRef()The payment in the relationship.Methods in com.broadleafcommerce.paymenttransaction.domain with parameters of type PaymentRefModifier and TypeMethodDescriptionvoidPaymentTransaction.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 PaymentRefDefaultPaymentTransactionService.buildPaymentRef(Payment payment) protected PaymentRefDefaultTransactionExecutionService.buildPaymentRef(Payment payment)