QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

isPending (property)

If true, this transaction has not been completed.

Syntax

@property (nonatomic,readwrite,assign,getter=isPending,setter=setIsPending:) BOOL isPending;
- (BOOL)isPending;
- (void)setIsPending:(BOOL)newIsPending;
public var isPending: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

If set to true, this transaction (an Invoice, SalesReceipt, or CreditMemo) has not been completed. Pending sales might include unpaid orders, sales of back-ordered items, etc.

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