CustomerDefaultPaymentAccount Property |
The default payment account to use when creating new documents for this customer. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
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