QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Amount Property

Amount of transaction.

Syntax

ANSI (Cross Platform)
char* GetAmount();

Unicode (Windows)
LPWSTR GetAmount();
@property (nonatomic,readonly,assign,getter=amount) NSString* amount;
- (NSString*)amount;
#define PID_BILLPAYMENT_AMOUNT 2

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

Default Value

""

Remarks

The amount of the transaction. Amount will be total of the amounts in the item lines and (if present) expense lines.

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]