|
SubscriptionInvoiceDataIsPaid Property |
Gets or sets a value indicating whether this invoice has been paid.
Namespace: Infosoft.Webservices.DTOAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax public bool IsPaid { get; set; }
No code example is currently available or this language may not be supported.
Property Value
Booleantrue if this instance has been paid; otherwise,
false.
See Also