InvoiceOrderPaymentTypeDescription Property |
Description of the payment type. Initially copied from the name of the Payment Type. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string PaymentTypeDescription { get; set; }
Public Property PaymentTypeDescription As String
Get
Set
public:
property String^ PaymentTypeDescription {
String^ get ();
void set (String^ value);
}
member PaymentTypeDescription : string with get, set
Property Value
Type:
String
See Also