Click or drag to resize
Infosoft Logo

SubscriptionInvoiceDataIsPaid Property

Gets or sets a value indicating whether this invoice has been paid.

Namespace: Infosoft.Webservices.DTO
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public bool IsPaid { get; set; }

Property Value

Boolean
true if this instance has been paid; otherwise, false.
See Also