PaymentTransactionLinePaymentTransaction Property |
The PaymentTransaction to which this PaymentTransactionLine belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
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