Click or drag to resize

OrderProcessedPreCreateInvoiceArgs Constructor (Subscription, Boolean, Boolean)

Initializes a new instance of the OrderProcessedPreCreateInvoiceArgs class.

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 OrderProcessedPreCreateInvoiceArgs(
	Subscription subscription,
	bool createInvoice,
	bool orderPaid
)

Parameters

subscription
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The subscription from the order.
createInvoice
Type: SystemBoolean
true if invoice should be created for subscription.
orderPaid
Type: SystemBoolean
true if order is paid for subscription.
See Also