 | CommonContractTypeFirstPaymentDate Property |
The date the first payment is due by the customer.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> FirstPaymentDate { get; set; }
Public Property FirstPaymentDate As Nullable(Of DateTime)
Get
Set
function get FirstPaymentDate () : Nullable<DateTime>
function set FirstPaymentDate (value : Nullable<DateTime>)
function get_FirstPaymentDate();
function set_FirstPaymentDate(value);
Property Value
Type:
NullableDateTime
See Also