Click or drag to resize

CreditInvoicePreCreatedEventArgs Constructor

Initializes a new instance of the CreditInvoicePreCreatedEventArgs 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 CreditInvoicePreCreatedEventArgs(
	CreditedInvoice invoice
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsCreditedInvoice

[Missing <param name="invoice"/> documentation for "M:Atomia.Billing.Core.Sdk.Events.Invoices.CreditInvoicePreCreatedEventArgs.#ctor(Atomia.Billing.Core.Sdk.BusinessObjects.CreditedInvoice)"]

See Also