SavedCredentials
public struct SavedCredentials : Codable, Equatable, FunctionResult
Contains information about saved card credentials
-
Unique identifier of the saved credentials
Declaration
Swift
public let id: String -
Title of the saved credentials
Declaration
Swift
public let title: String -
Contains information about saved card credentials
Declaration
Swift
public init(id: String, title: String)Parameters
idUnique identifier of the saved credentials
titleTitle of the saved credentials
View on GitHub
Install in Dash
SavedCredentials Structure Reference