QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ItemMarkupRatePercent Property

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

Syntax

ANSI (Cross Platform)
char* GetItemMarkupRatePercent(int iItemIndex);
int SetItemMarkupRatePercent(int iItemIndex, const char* lpszItemMarkupRatePercent); Unicode (Windows) LPWSTR GetItemMarkupRatePercent(INT iItemIndex);
INT SetItemMarkupRatePercent(INT iItemIndex, LPCWSTR lpszItemMarkupRatePercent);
- (NSString*)itemMarkupRatePercent:(int)itemIndex;
- (void)setItemMarkupRatePercent:(int)itemIndex:(NSString*)newItemMarkupRatePercent;
#define PID_ESTIMATE_ITEMMARKUPRATEPERCENT 21

INQB_EXTERNAL void* INQB_CALL InQB_Estimate_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_Estimate_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INQB_EXTERNAL int INQB_CALL InQB_Estimate_CheckIndex(void *lpObj, int propid, int arridx);

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.

ItemMarkupRatePercent should be formatted as a positive or negative percentage; a positive value indicates a markup, and both integer and floating point values are supported as string representations.

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

This property is not available at design time.

Data Type

String

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