QuickBooks Integrator 2016 macOS Edition
QuickBooks Integrator 2016 macOS Edition
Questions / Feedback?

itemMarkupRate (property)

The markup that will be passed on to the customer for this item on this estimate.

- (NSString*)itemMarkupRate:(int)itemIndex

- (void)setItemMarkupRate:(int)itemIndex :(NSString*)newItemMarkupRate

Default Value

""

Remarks

The markup that will be passed on to the customer for this item on this estimate. Amount, quantity, rate, and markup are related in the following way: ItemAmount = (ItemQuantity * ItemRate) + ItemMarkupRate.

If ItemMarkupRatePercent is specified instead of ItemMarkupRate, then this line item represents a percentage markup or discount, to be applied to the previous Item or Item group.

ItemMarkupRate should be formatted as a positive or negative dollar amount (including decimal). A positive value indicates a markup and a negative amount a discount.

Only one of ItemMarkupRatePercent and ItemMarkupRate may be specified. If ItemMarkupRatePercent is set, then ItemMarkupRate will be set to its default (and vice-versa). The amount should be formatted as a string in dollars.

The size of the array is controlled by the ItemCount property.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 macOS Edition - Version 16.0 [Build 7353]