LineAllocationsMap
LineAllocationsMap: object
A map of line item ids and its corresponding gift card and discount allocations
Index signature
▪ [K: string
]: { discount?
: DiscountAllocation
; gift_card?
: GiftCardAllocation
}
Was this section helpful?