QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

QWCFileInfoPersonalDataPref (property)

This property defines the type of access to personal/sensitive data required by your application.

Syntax

@property (nonatomic,readwrite,assign,getter=QWCFileInfoPersonalDataPref,setter=setQWCFileInfoPersonalDataPref:) int QWCFileInfoPersonalDataPref;
- (int)QWCFileInfoPersonalDataPref;
- (void)setQWCFileInfoPersonalDataPref:(int)newQWCFileInfoPersonalDataPref;

/* Possible Values */
PDP_NOT_NEEDED(0),
PDP_OPTIONAL(1),
PDP_REQUIRED(2)
public var QWCFileInfoPersonalDataPref: QbwcserverQWCFileInfoPersonalDataPrefs {
  get {...}
set {...} }
public enum QbwcserverQWCFileInfoPersonalDataPrefs : Int32 { case pdpNotNeeded = 0 case pdpOptional = 1 case pdpRequired = 2 }

Default Value

0

Remarks

This property defines the type of access to personal/sensitive data required by your application. Possible values are:

0 (pdpNotNeeded - default) Access to personal data is not needed.
1 (pdpOptional) Access to personal data is optional.
2 (pdpRequired) Access to personal data is required.

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