QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

QWCFileInfoCertURL (property)

This property specifies a URL which is used by the QuickBooks Web Connector to obtain and validate the SSL certificate.

Syntax

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

Default Value

""

Remarks

This property specifies a URL which is used by the QuickBooks Web Connector to obtain and validate the SSL certificate. This is typically only used when the *rpCertURL; is not the web server where your application is running.

This property is optional.

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