Click or drag to resize

InvoiceDeletedEventArgs Constructor

Initializes a new instance of the InvoiceDeletedEventArgs class.

Namespace:  Atomia.Billing.Core.Sdk.Events.Invoices
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public InvoiceDeletedEventArgs(
	Guid invoiceId
)

Parameters

invoiceId
Type: SystemGuid

[Missing <param name="invoiceId"/> documentation for "M:Atomia.Billing.Core.Sdk.Events.Invoices.InvoiceDeletedEventArgs.#ctor(System.Guid)"]

See Also