| Name | Type | Description | Notes |
|---|---|---|---|
| delivery_id | Option<String> | The delivery id of the webhook | [optional] |
| webhook_id | Option<String> | The id of the webhook | [optional] |
| original_delivery_id | Option<String> | If this delivery is a redelivery, the is the delivery id of the original delivery. | [optional] |
| is_redelivery | Option<bool> | True if this delivery is a redelivery | [optional] |
| _type | Option<String> | The type of this event, current available are InvoiceCreated, InvoiceReceivedPayment, InvoiceProcessing, InvoiceExpired, InvoiceSettled, InvoiceInvalid, and InvoicePaymentSettled. |
[optional] |
| timestamp | Option<f32> | The timestamp when this delivery has been created | [optional] |
| store_id | Option<String> | The store id of the invoice's event | [optional] |
| invoice_id | Option<String> | The invoice id of the invoice's event | [optional] |