Click or drag to resize
Infosoft Logo

SubscriptionInvoiceTransactionDataIsPaid Property

Gets or sets a value indicating whether this invoice transaction has been fully 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 the transaction has been paid; otherwise, false.
See Also