 |
ProducerBrokerCommissionItemPayableDueDate Property |
Payable due date can only be chosen if Contract ID has value -1.
Created in Epic SDK 2017.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2022.2.0.1054
Syntaxpublic Nullable<DateTime> PayableDueDate { get; set; }
Public Property PayableDueDate As Nullable(Of DateTime)
Get
Set
Dim instance As ProducerBrokerCommissionItem
Dim value As Nullable(Of DateTime)
value = instance.PayableDueDate
instance.PayableDueDate = value
Property Value
Type:
NullableDateTime
PayableDueDate As Date?.
Remarks Note |
---|
|
See Also