InvoiceLinePaymentTransaction Property |
The payment transaction, which is invoiced by this line, when Business Reason = P. Used to reconcile the invoice with the payments in the case of advance payment. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PaymentTransaction PaymentTransaction { get; set; }
Public Property PaymentTransaction As PaymentTransaction
Get
Set
public:
property PaymentTransaction^ PaymentTransaction {
PaymentTransaction^ get ();
void set (PaymentTransaction^ value);
}
member PaymentTransaction : PaymentTransaction with get, set
Property Value
Type:
PaymentTransaction
See Also