Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VouchersListParams

Hierarchy

  • VouchersListParams

Index

Properties

Optional campaign

campaign: string

Optional category

category: string

Optional created_at

created_at: { after?: string; before?: string }

Type declaration

  • Optional after?: string
  • Optional before?: string

Optional customer

customer: string

Optional filters

filters: { junction?: string }

Type declaration

  • [filter_condition: string]: any
  • Optional junction?: string

Optional limit

limit: number

Optional order

order: "created_at" | "type" | "category" | "code" | "campaign" | "updated_at" | "-created_at" | "-updated_at" | "-type" | "-code" | "-campaign" | "-category"

Optional page

page: number

Optional updated_at

updated_at: { after?: string; before?: string }

Type declaration

  • Optional after?: string
  • Optional before?: string