QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

AppliedToPaymentAmount Property

Represents the amount assigned to a particular bill payment.

Syntax

ANSI (Cross Platform)
char* GetAppliedToPaymentAmount(int iAppliedToIndex);
int SetAppliedToPaymentAmount(int iAppliedToIndex, const char* lpszAppliedToPaymentAmount); Unicode (Windows) LPWSTR GetAppliedToPaymentAmount(INT iAppliedToIndex);
INT SetAppliedToPaymentAmount(INT iAppliedToIndex, LPCWSTR lpszAppliedToPaymentAmount);
- (NSString*)appliedToPaymentAmount:(int)appliedToIndex;
- (void)setAppliedToPaymentAmount:(int)appliedToIndex:(NSString*)newAppliedToPaymentAmount;
#define PID_RECEIVEPAYMENT_APPLIEDTOPAYMENTAMOUNT 10

INQB_EXTERNAL void* INQB_CALL InQB_ReceivePayment_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_ReceivePayment_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
INQB_EXTERNAL int INQB_CALL InQB_ReceivePayment_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Represents the amount assigned to a particular bill payment. The sum of all AppliedToPaymentAmounts in any given transaction must not be greater than the total amount.

Note, if submitting an update and no AppliedToPaymentAmount is specified, the contents of the AppliedToAmount field will be used instead.

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]