QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

TermsDiscountDay Property

If the bill is paid within this period, a discount applies.

Syntax

ANSI (Cross Platform)
int GetTermsDiscountDay();
int SetTermsDiscountDay(int iTermsDiscountDay); Unicode (Windows) INT GetTermsDiscountDay();
INT SetTermsDiscountDay(INT iTermsDiscountDay);
@property (nonatomic,readwrite,assign,getter=termsDiscountDay,setter=setTermsDiscountDay:) int termsDiscountDay;
- (int)termsDiscountDay;
- (void)setTermsDiscountDay:(int)newTermsDiscountDay;
#define PID_QBLISTS_TERMSDISCOUNTDAY 20

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

0

Remarks

For the ltStandardTerms ListType, if payment is received within this number of days, then TermsDiscountPercent will apply to the payment. For the ltDateDrivenTerms ListType, if payment is made by this day of the month, then TermsDiscountPercent applies.

Data Type

Integer

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