InvoicePaymentDate Property |
Gets or sets the payment date.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Nullable<DateTime> PaymentDate { get; set; }
Public Property PaymentDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> PaymentDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member PaymentDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeThe payment date.
See Also