Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookStatus

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:webhook_status"
links: { fx:resource: Backend.Rels.Subscription | Backend.Rels.Transaction | Customer; fx:store: Backend.Rels.Store; fx:webhook: Backend.Rels.Webhook; self: WebhookStatus }

Type declaration

props: { date_created: null | string; date_modified: null | string; resource_id: number; resource_type: "customer" | "subscription" | "transaction"; status: "pending" | "failed" | "successful"; webhook_id: number }

Type declaration

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • resource_id: number

    The ID of the resource changes in which have triggered the webhook.

  • resource_type: "customer" | "subscription" | "transaction"

    The type of resource changes were observed on.

  • status: "pending" | "failed" | "successful"

    The current state of this attempt.

  • webhook_id: number

    The ID of the webhook this status is associated with.

zooms: { webhook?: Backend.Rels.Webhook }

Type declaration

Generated using TypeDoc