PaymentRuleResultIsInvoicePaid Property |
Gets or sets a value indicating whether the invoice that is about to be paid, should be marked as paid.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public bool IsInvoicePaid { get; set; }
Public Property IsInvoicePaid As Boolean
Get
Set
public:
property bool IsInvoicePaid {
bool get ();
void set (bool value);
}
member IsInvoicePaid : bool with get, set
Property Value
Type:
BooleanSee Also