QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

notes (property)

Notes for this transaction.

Syntax

@property (nonatomic,readwrite,assign,getter=notes,setter=setNotes:) NSString* notes;
- (NSString*)notes;
- (void)setNotes:(NSString*)newNotes;
public var notes: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property may contain any notes you wish to make concerning the transaction.

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