QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

TermsDueDay Property

Indicates when payment is due.

Syntax

ANSI (Cross Platform)
int GetTermsDueDay();
int SetTermsDueDay(int iTermsDueDay); Unicode (Windows) INT GetTermsDueDay();
INT SetTermsDueDay(INT iTermsDueDay);
@property (nonatomic,readwrite,assign,getter=termsDueDay,setter=setTermsDueDay:) int termsDueDay;
- (int)termsDueDay;
- (void)setTermsDueDay:(int)newTermsDueDay;
#define PID_QBLISTS_TERMSDUEDAY 22

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, this property indicates the number of days until payment is due with no discount. For the ltDateDrivenTerms ListType, it indicates the day of the month payment is due with no discount.

Data Type

Integer

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