QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

TermsDiscountPercent Property

Discount that applies to a payment.

Syntax

ANSI (Cross Platform)
char* GetTermsDiscountPercent();
int SetTermsDiscountPercent(const char* lpszTermsDiscountPercent); Unicode (Windows) LPWSTR GetTermsDiscountPercent();
INT SetTermsDiscountPercent(LPCWSTR lpszTermsDiscountPercent);
@property (nonatomic,readwrite,assign,getter=termsDiscountPercent,setter=setTermsDiscountPercent:) NSString* termsDiscountPercent;
- (NSString*)termsDiscountPercent;
- (void)setTermsDiscountPercent:(NSString*)newTermsDiscountPercent;
#define PID_QBLISTS_TERMSDISCOUNTPERCENT 21

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

Default Value

""

Remarks

If payment is received within the TermsDiscountDay period, then TermsDiscountPercent will apply to the payment. TermsDiscountPercent must be between 0 and 100.

Data Type

String

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