QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemMarkupRate (property)

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

Syntax

- (NSString*)itemMarkupRate:(int)itemIndex;
- (void)setItemMarkupRate:(int)itemIndex:(NSString*)newItemMarkupRate;
public func itemMarkupRate(itemIndex: Int32) throws -> String
public func setItemMarkupRate(itemIndex: Int32, newItemMarkupRate: String) throws -> Void

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 ItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 iOS Edition - Version 20.0 [Build 7941]