QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

BankAccountId Property

Refers to the account from which the funds are being drawn for this bill payment.

Syntax

ANSI (Cross Platform)
char* GetBankAccountId();
int SetBankAccountId(const char* lpszBankAccountId); Unicode (Windows) LPWSTR GetBankAccountId();
INT SetBankAccountId(LPCWSTR lpszBankAccountId);
@property (nonatomic,readwrite,assign,getter=bankAccountId,setter=setBankAccountId:) NSString* bankAccountId;
- (NSString*)bankAccountId;
- (void)setBankAccountId:(NSString*)newBankAccountId;
#define PID_BILLPAYMENT_BANKACCOUNTID 18

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

Default Value

""

Remarks

This property is only applicable to the pmCheck PaymentMethod.

Data Type

String

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