QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

UnusedPayment Property

The amount of the payment that remains unused.

Syntax

ANSI (Cross Platform)
char* GetUnusedPayment();

Unicode (Windows)
LPWSTR GetUnusedPayment();
@property (nonatomic,readonly,assign,getter=unusedPayment) NSString* unusedPayment;
- (NSString*)unusedPayment;
#define PID_RECEIVEPAYMENT_UNUSEDPAYMENT 34

INQB_EXTERNAL void* INQB_CALL InQB_ReceivePayment_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property will contain the amount of the payment that was not applied to existing invoices.

The amount should be formatted as a string in dollars.

This property is read-only.

Data Type

String

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