TransactionTemplateTransactionType Property |
Transaction type for the rent transaction that is to be created. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionsRepositoryTransactionType TransactionType { get; set; }
Public Property TransactionType As TransactionsRepositoryTransactionType
Get
Set
public:
property TransactionsRepositoryTransactionType^ TransactionType {
TransactionsRepositoryTransactionType^ get ();
void set (TransactionsRepositoryTransactionType^ value);
}
member TransactionType : TransactionsRepositoryTransactionType with get, set
Property Value
Type:
TransactionsRepositoryTransactionType
See Also