InvoiceDeletedEventArgs Constructor |
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
)
Public Sub New (
invoiceId As Guid
)
public:
InvoiceDeletedEventArgs(
Guid invoiceId
)
new :
invoiceId : Guid -> InvoiceDeletedEventArgs
Parameters
- invoiceId
- Type: SystemGuid
[Missing <param name="invoiceId"/> documentation for "M:Atomia.Billing.Core.Sdk.Events.Invoices.InvoiceDeletedEventArgs.#ctor(System.Guid)"]
See Also