QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

AppliedToDiscountAmount Property

Reduces the receivable amount.

Syntax

ANSI (Cross Platform)
char* GetAppliedToDiscountAmount(int iAppliedToIndex);
int SetAppliedToDiscountAmount(int iAppliedToIndex, const char* lpszAppliedToDiscountAmount); Unicode (Windows) LPWSTR GetAppliedToDiscountAmount(INT iAppliedToIndex);
INT SetAppliedToDiscountAmount(INT iAppliedToIndex, LPCWSTR lpszAppliedToDiscountAmount);
- (NSString*)appliedToDiscountAmount:(int)appliedToIndex;
- (void)setAppliedToDiscountAmount:(int)appliedToIndex:(NSString*)newAppliedToDiscountAmount;
#define PID_BILLPAYMENT_APPLIEDTODISCOUNTAMOUNT 12

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);
INQB_EXTERNAL int INQB_CALL InQB_BillPayment_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Reduces the receivable amount.

The AppliedToIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AppliedToCount property.

This property is not available at design time.

Data Type

String

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