QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

TaxIdentity Property

String that identifies a vendor to the IRS.

Syntax

ANSI (Cross Platform)
char* GetTaxIdentity();
int SetTaxIdentity(const char* lpszTaxIdentity); Unicode (Windows) LPWSTR GetTaxIdentity();
INT SetTaxIdentity(LPCWSTR lpszTaxIdentity);
@property (nonatomic,readwrite,assign,getter=taxIdentity,setter=setTaxIdentity:) NSString* taxIdentity;
- (NSString*)taxIdentity;
- (void)setTaxIdentity:(NSString*)newTaxIdentity;
#define PID_VENDOR_TAXIDENTITY 23

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

""

Remarks

The Federal Employer Identification Number (EIN); a string that identifies a 1099 recipient to the IRS. This property must be specified for Add operations if EligibleFor1099 is set to true.

TaxIdentity must be in ##-####### format.

Data Type

String

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