QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

memo (property)

Memo to appear on internal reports only.

Syntax

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

Default Value

""

Remarks

A memo to appear on internal reports. Will not appear to customers, vendors, etc.

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