QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CreditCardExpYear Property

The expiration year associated with the Number on file for this customer.

Syntax

ANSI (Cross Platform)
int GetCreditCardExpYear();
int SetCreditCardExpYear(int iCreditCardExpYear); Unicode (Windows) INT GetCreditCardExpYear();
INT SetCreditCardExpYear(INT iCreditCardExpYear);
@property (nonatomic,readwrite,assign,getter=creditCardExpYear,setter=setCreditCardExpYear:) int creditCardExpYear;
- (int)creditCardExpYear;
- (void)setCreditCardExpYear:(int)newCreditCardExpYear;
#define PID_CUSTOMER_CREDITCARDEXPYEAR 10

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

0

Remarks

The expiration year associated with the CreditCardNumber on file for this customer.

Data Type

Integer

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