QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CreditCardAddress Property

The address associated with the Number on file for this customer.

Syntax

ANSI (Cross Platform)
char* GetCreditCardAddress();
int SetCreditCardAddress(const char* lpszCreditCardAddress); Unicode (Windows) LPWSTR GetCreditCardAddress();
INT SetCreditCardAddress(LPCWSTR lpszCreditCardAddress);
@property (nonatomic,readwrite,assign,getter=creditCardAddress,setter=setCreditCardAddress:) NSString* creditCardAddress;
- (NSString*)creditCardAddress;
- (void)setCreditCardAddress:(NSString*)newCreditCardAddress;
#define PID_CUSTOMER_CREDITCARDADDRESS 8

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

Default Value

""

Remarks

The address associated with the CreditCardNumber on file for this customer.

Data Type

String

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