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