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; }
Public Property OrderPaid As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> OrderPaid {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member OrderPaid : Nullable<bool> with get, set
Property Value
Type:
NullableBooleantrue if order is paid; otherwise,
false.
See Also