PaymentTransactionParentPaymentSlipAmount Property |
The Payment Slip Amount, which the current payment transaction fulfills . null when the current document does not execute any Payment Slip Amount. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PaymentSlipAmount ParentPaymentSlipAmount { get; set; }
Public Property ParentPaymentSlipAmount As PaymentSlipAmount
Get
Set
public:
property PaymentSlipAmount^ ParentPaymentSlipAmount {
PaymentSlipAmount^ get ();
void set (PaymentSlipAmount^ value);
}
member ParentPaymentSlipAmount : PaymentSlipAmount with get, set
Property Value
Type:
PaymentSlipAmount
See Also