OutputSettings
public struct OutputSettings : Codable
Parameters to modify response of financial report for Datalink.
-
Depending on the value, the PII (Personal Data) will be returned or omitted from the response and the generated datalink pages.
Note
Default is ‘false’Declaration
Swift
public let displayPii: Bool?
-
Creates an instance from the specified parameters.
Declaration
Swift
public init(displayPii: Bool?)
Parameters
displayPii
Depending on the value, the PII (Personal Data) will be returned or omitted from the response and the generated datalink pages.