PayFileRecordPaymentDate 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 DateTime PaymentDate { get; set; }
Public Property PaymentDate As DateTime
Get
Set
public:
property DateTime PaymentDate {
DateTime get ();
void set (DateTime value);
}
member PaymentDate : DateTime with get, set
Property Value
Type:
DateTimeThe payment date.
See Also