EnterpriseOneTransactionCrmSalesObjectsDocumentTypePaymentOptions Property |
Gets a typed query for the Crm.Sales.DocumentTypePaymentOption entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<DocumentTypePaymentOption, DocumentTypePaymentOptionsRepository> DocumentTypePaymentOptions { get; }
Public ReadOnly Property DocumentTypePaymentOptions As TransactionQuery(Of DocumentTypePaymentOption, DocumentTypePaymentOptionsRepository)
Get
public:
property TransactionQuery<DocumentTypePaymentOption^, DocumentTypePaymentOptionsRepository^>^ DocumentTypePaymentOptions {
TransactionQuery<DocumentTypePaymentOption^, DocumentTypePaymentOptionsRepository^>^ get ();
}
member DocumentTypePaymentOptions : TransactionQuery<DocumentTypePaymentOption, DocumentTypePaymentOptionsRepository> with get
Property Value
Type:
TransactionQueryDocumentTypePaymentOption,
DocumentTypePaymentOptionsRepository
See Also