Click or drag to resize

InvoicePaidEventArgs Constructor

Initializes a new instance of the InvoicePaidEventArgs 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 InvoicePaidEventArgs(
	Payment payment,
	Invoice invoice
)

Parameters

payment
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The payment.
invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.
See Also