SalesOrderPaymentPlanPaymentAccount Property |
Specifies the payment account towards which the payment is expected. null means that there is no expectation for payment account. For POS implementations, this can be used to denote the payment account in which the payment actually occurred. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PaymentAccount PaymentAccount { get; set; }
Public Property PaymentAccount As PaymentAccount
Get
Set
public:
property PaymentAccount^ PaymentAccount {
PaymentAccount^ get ();
void set (PaymentAccount^ value);
}
member PaymentAccount : PaymentAccount with get, set
Property Value
Type:
PaymentAccount
See Also