 |
TransactionCodeARDueDateDays Property |
A R Due Date Days
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Configure.Transaction
Assembly:
ASI.TAM.API.Data.UI.Configure.Transaction (in ASI.TAM.API.Data.UI.Configure.Transaction.dll) Version: 2021.2.0.769
Syntaxpublic Nullable<int> ARDueDateDays { get; set; }
Public Property ARDueDateDays As Nullable(Of Integer)
Get
Set
Dim instance As TransactionCode
Dim value As Nullable(Of Integer)
value = instance.ARDueDateDays
instance.ARDueDateDays = value
Property Value
Type:
NullableInt32
ARDueDateDays As Integer?.
Remarks Note |
---|
- Name - ARDueDateDays
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - -9999
- MaxValue - 9999
|
See Also