Click or drag to resize

PaymentSubscriptionProvisionedEventArgs Constructor

Initializes a new instance of the PaymentSubscriptionProvisionedEventArgs class.

Namespace:  Atomia.Billing.Core.Sdk.Events.Payments
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public PaymentSubscriptionProvisionedEventArgs(
	Subscription subscription,
	bool createInvoice
)

Parameters

subscription
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The subscription.
createInvoice
Type: SystemBoolean
true if invoice should be created.
See Also