Uses of Class
com.echothree.model.control.payment.common.transfer.PaymentProcessorTransactionCodeTransfer
Packages that use PaymentProcessorTransactionCodeTransfer
Package
Description
-
Uses of PaymentProcessorTransactionCodeTransfer in com.echothree.control.user.payment.common.result
Methods in com.echothree.control.user.payment.common.result that return types with arguments of type PaymentProcessorTransactionCodeTransferModifier and TypeMethodDescriptionGetPaymentProcessorTransactionCodesResult.getPaymentProcessorTransactionCodes()Method parameters in com.echothree.control.user.payment.common.result with type arguments of type PaymentProcessorTransactionCodeTransferModifier and TypeMethodDescriptionvoidGetPaymentProcessorTransactionCodesResult.setPaymentProcessorTransactionCodes(List<PaymentProcessorTransactionCodeTransfer> paymentProcessorTransactions) -
Uses of PaymentProcessorTransactionCodeTransfer in com.echothree.model.control.payment.common.transfer
Methods in com.echothree.model.control.payment.common.transfer that return types with arguments of type PaymentProcessorTransactionCodeTransferModifier and TypeMethodDescriptionPaymentProcessorTransactionTransfer.getPaymentProcessorTransactionCodes()Method parameters in com.echothree.model.control.payment.common.transfer with type arguments of type PaymentProcessorTransactionCodeTransferModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionTransfer.setPaymentProcessorTransactionCodes(ListWrapper<PaymentProcessorTransactionCodeTransfer> paymentProcessorTransactionCodes) -
Uses of PaymentProcessorTransactionCodeTransfer in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return PaymentProcessorTransactionCodeTransferModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodeTransfer(UserVisit userVisit, PaymentProcessorTransactionCode paymentProcessorTransactionCode) Methods in com.echothree.model.control.payment.server.control that return types with arguments of type PaymentProcessorTransactionCodeTransferModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodeTransfers(UserVisit userVisit, Collection<PaymentProcessorTransactionCode> paymentProcessorTransactionCodes) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodeTransfersByPaymentProcessorTransaction(UserVisit userVisit, PaymentProcessorTransaction paymentProcessorTransaction) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodeTransfersByPaymentProcessorTypeCode(UserVisit userVisit, PaymentProcessorTypeCode paymentProcessorTypeCode) -
Uses of PaymentProcessorTransactionCodeTransfer in com.echothree.model.control.payment.server.transfer
Methods in com.echothree.model.control.payment.server.transfer that return PaymentProcessorTransactionCodeTransferModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeTransferCache.getTransfer(UserVisit userVisit, PaymentProcessorTransactionCode paymentProcessorTransactionCode)