QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

EligibleFor1099 Property

Whether vendor is eligible for 1099 tracking.

Syntax

ANSI (Cross Platform)
int GetEligibleFor1099();
int SetEligibleFor1099(int bEligibleFor1099); Unicode (Windows) BOOL GetEligibleFor1099();
INT SetEligibleFor1099(BOOL bEligibleFor1099);
@property (nonatomic,readwrite,assign,getter=eligibleFor1099,setter=setEligibleFor1099:) BOOL eligibleFor1099;
- (BOOL)eligibleFor1099;
- (void)setEligibleFor1099:(BOOL)newEligibleFor1099;
#define PID_VENDOR_ELIGIBLEFOR1099 9

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

Default Value

FALSE

Remarks

If true, this vendor is eligible for 1099 tracking. If you do not file 1099 MISC forms, EligibleFor1099 should be left false.

If EligibleFor1099 is set to true, then Address and TaxIdentity must be specified when adding a record to QuickBooks.

If QBXMLVersion is set to a Canadian version of QuickBooks; e.g., "CA2.0", this property will correspond to T4A tracking instead.

This property is not used in Update operations.

Data Type

Boolean

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