Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EarningRuleProportionalOrderItemsAmount

Hierarchy

  • EarningRuleProportionalOrderItemsAmount

Index

Properties

calculation_type

calculation_type: "ORDER_ITEMS_AMOUNT"

order_items

order_items: { amount: { every: number; id: string; object: "sku" | "products_collection" | "product"; points: number } }

Type declaration

  • amount: { every: number; id: string; object: "sku" | "products_collection" | "product"; points: number }
    • every: number
    • id: string
    • object: "sku" | "products_collection" | "product"
    • points: number

type

type: "PROPORTIONAL"