QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

FinanceCharge Property

If true, this invoice includes a finance charge.

Syntax

ANSI (Cross Platform)
int GetFinanceCharge();
int SetFinanceCharge(int iFinanceCharge); Unicode (Windows) INT GetFinanceCharge();
INT SetFinanceCharge(INT iFinanceCharge);

Possible Values

FC_NOT_SET(0), 
FC_IS_FINANCE_CHARGE(1),
FC_NOT_FINANCE_CHARGE(2)
@property (nonatomic,readwrite,assign,getter=financeCharge,setter=setFinanceCharge:) int financeCharge;
- (int)financeCharge;
- (void)setFinanceCharge:(int)newFinanceCharge;

Possible Values

FC_NOT_SET(0), 
FC_IS_FINANCE_CHARGE(1),
FC_NOT_FINANCE_CHARGE(2)
#define PID_INVOICE_FINANCECHARGE 11

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

Default Value

0

Remarks

Indicates whether a finance-charge item has been added to this invoice. This property is determined by QuickBooks and is read-only when QBXMLVersion is less than "8.0".

Data Type

Integer

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