QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Rate Property

Unit rate of item.

Syntax

ANSI (Cross Platform)
char* GetRate();
int SetRate(const char* lpszRate); Unicode (Windows) LPWSTR GetRate();
INT SetRate(LPCWSTR lpszRate);
@property (nonatomic,readwrite,assign,getter=rate,setter=setRate:) NSString* rate;
- (NSString*)rate;
- (void)setRate:(NSString*)newRate;
#define PID_STATEMENTCHARGE_RATE 29

INQB_EXTERNAL void* INQB_CALL InQB_StatementCharge_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_StatementCharge_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The rate of the Item (specified by ItemId or ItemName) you're adding to the statement.

If Amount and Quantity are specified, then Rate will be calculated automatically and should not be specified.

The amount should be formatted as a string in dollars.

Data Type

String

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