InvoiceOrderLinesRepositoryPaymentTransactionReference Field |
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly PrimaryKeyReference<InvoiceOrderLine, PaymentTransaction> PaymentTransactionReference
Public Shared ReadOnly PaymentTransactionReference As PrimaryKeyReference(Of InvoiceOrderLine, PaymentTransaction)
public:
static initonly PrimaryKeyReference<InvoiceOrderLine^, PaymentTransaction^>^ PaymentTransactionReference
static val PaymentTransactionReference: PrimaryKeyReference<InvoiceOrderLine, PaymentTransaction>
Field Value
Type:
PrimaryKeyReferenceInvoiceOrderLine,
PaymentTransaction
See Also