PaymentOrderRefDocumentType Property |
The type of the document which has created the payment order and is the basis for the payment. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentType RefDocumentType { get; set; }
Public Property RefDocumentType As DocumentType
Get
Set
public:
property DocumentType^ RefDocumentType {
DocumentType^ get ();
void set (DocumentType^ value);
}
member RefDocumentType : DocumentType with get, set
Property Value
Type:
DocumentType
See Also