Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.29 KB

WebhookInvoiceExpiredEvent.md

File metadata and controls

19 lines (14 loc) · 1.29 KB

WebhookInvoiceExpiredEvent

Properties

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]
partially_paid Option<bool> Whether the invoice received some payments before being expired. [optional]

[Back to Model list] [Back to API list] [Back to README]