PaymentTypeDefaultPaymentAccount Property |
When not null specifies the default payment account to use associated with this payment type. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PaymentAccount DefaultPaymentAccount { get; set; }
Public Property DefaultPaymentAccount As PaymentAccount
Get
Set
public:
property PaymentAccount^ DefaultPaymentAccount {
PaymentAccount^ get ();
void set (PaymentAccount^ value);
}
member DefaultPaymentAccount : PaymentAccount with get, set
Property Value
Type:
PaymentAccount
See Also