Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportOrder

Hierarchy

  • ExportOrder

Index

Properties

exported_object

exported_object: "order"

parameters

parameters: { fields?: ExportOrderFields[]; filters?: ExportOrderFilters; order?: "id" | "created_at" | "metadata" | "source_id" | "status" | "amount" | "discount_amount" | "referrer_id" | "updated_at" | "-created_at" | "-id" | "items_discount_amount" | "total_discount_amount" | "total_amount" | "customer_id" | "-updated_at" | "-customer_id" | "-status" | "-metadata" | "-source_id" | "-amount" | "-discount_amount" | "-items_discount_amount" | "-total_discount_amount" | "-total_amount" | "-referrer_id" }

Type declaration

  • Optional fields?: ExportOrderFields[]
  • Optional filters?: ExportOrderFilters
  • Optional order?: "id" | "created_at" | "metadata" | "source_id" | "status" | "amount" | "discount_amount" | "referrer_id" | "updated_at" | "-created_at" | "-id" | "items_discount_amount" | "total_discount_amount" | "total_amount" | "customer_id" | "-updated_at" | "-customer_id" | "-status" | "-metadata" | "-source_id" | "-amount" | "-discount_amount" | "-items_discount_amount" | "-total_discount_amount" | "-total_amount" | "-referrer_id"