Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportsCreateResponse

Hierarchy

  • ExportsCreateResponse

Index

Properties

Optional channel

channel: string

created_at

created_at: string

exported_object

exported_object: "voucher" | "redemption" | "customer" | "publication"

id

id: string

object

object: "export"

Optional parameters

parameters: { fields?: string[]; filters?: { junction?: string } }

Type declaration

  • Optional fields?: string[]
  • Optional filters?: { junction?: string }
    • [filter_condition: string]: any
    • Optional junction?: string

Optional result

result: { url: string }

Type declaration

  • url: string

status

status: "DONE" | "IN_PROGRESS" | "SCHEDULED" | "ERROR"