QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

AppliedAmount Property

Amount customer has paid on this invoice.

Syntax

ANSI (Cross Platform)
char* GetAppliedAmount();

Unicode (Windows)
LPWSTR GetAppliedAmount();
@property (nonatomic,readonly,assign,getter=appliedAmount) NSString* appliedAmount;
- (NSString*)appliedAmount;
#define PID_INVOICE_APPLIEDAMOUNT 1

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

Default Value

""

Remarks

The amount the Customer (see CustomerName) has paid on this invoice.

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]