InvoicePaymentTypeDescription 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 MultilanguageString PaymentTypeDescription { get; set; }
Public Property PaymentTypeDescription As MultilanguageString
Get
Set
public:
property MultilanguageString^ PaymentTypeDescription {
MultilanguageString^ get ();
void set (MultilanguageString^ value);
}
member PaymentTypeDescription : MultilanguageString with get, set
Property Value
Type:
MultilanguageString
See Also