EventContainerinvoiceDeleted Property |
[Missing <summary> documentation for "P:Atomia.Billing.Core.Sdk.Events.EventContainer.invoiceDeleted"]
Namespace:
Atomia.Billing.Core.Sdk.Events
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public OnInvoiceDelete invoiceDeleted { get; set; }
Public Property invoiceDeleted As OnInvoiceDelete
Get
Set
public:
property OnInvoiceDelete^ invoiceDeleted {
OnInvoiceDelete^ get ();
void set (OnInvoiceDelete^ value);
}
member invoiceDeleted : OnInvoiceDelete with get, set
Property Value
Type:
OnInvoiceDeleteSee Also