 |
VoucherPayToTheOrderOfInvoiceDate Property |
Pay To The Order Of Invoice Date
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic Nullable<DateTime> PayToTheOrderOfInvoiceDate { get; set; }
Public Property PayToTheOrderOfInvoiceDate As Nullable(Of DateTime)
Get
Set
Dim instance As Voucher
Dim value As Nullable(Of DateTime)
value = instance.PayToTheOrderOfInvoiceDate
instance.PayToTheOrderOfInvoiceDate = value
Property Value
Type:
NullableDateTime
PayToTheOrderOfInvoiceDate As Date?.
Remarks Note |
---|
- Name - PayToTheOrderOfInvoiceDate
|
See Also