Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

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

Type declaration

props: { date_created: null | string; date_modified: null | string; resource_id: number; resource_type: "subscription" | "transaction" | "customer"; response_body: null | string; response_code: string; 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: "subscription" | "transaction" | "customer"

    The type of resource changes were observed on.

  • response_body: null | string

    The content received from the server the webhook was sent to.

  • response_code: string

    The code received from the server the webhook was sent to.

  • webhook_id: number

    The ID of the webhook this status is associated with.

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

Type declaration

Generated using TypeDoc