Click or drag to resize

OrderProcessedPreCreateInvoiceArgsOrderPaid Property

Gets or sets a value indicating whether order for the subscription is paid.

Namespace:  Atomia.Billing.Core.Sdk.Events.Orders
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public Nullable<bool> OrderPaid { get; set; }

Property Value

Type: NullableBoolean
true if order is paid; otherwise, false.
See Also