EnterpriseOneTransactionFinancePaymentsObjectsPaymentTransactions Property |
Gets a typed query for the Finance.Payments.PaymentTransaction entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<PaymentTransaction, PaymentTransactionsRepository> PaymentTransactions { get; }
Public ReadOnly Property PaymentTransactions As TransactionQuery(Of PaymentTransaction, PaymentTransactionsRepository)
Get
public:
property TransactionQuery<PaymentTransaction^, PaymentTransactionsRepository^>^ PaymentTransactions {
TransactionQuery<PaymentTransaction^, PaymentTransactionsRepository^>^ get ();
}
member PaymentTransactions : TransactionQuery<PaymentTransaction, PaymentTransactionsRepository> with get
Property Value
Type:
TransactionQueryPaymentTransaction,
PaymentTransactionsRepository
See Also