TinkMoneyManagerUI Documentation Beta

Structure User

public struct User

Nested Type Aliases

ID

public typealias ID = Identifier<User>

Initializers

init(created:​id:​username:​national​ID:​profile:​)

public init(created: Date, id: User.ID, username: String?, nationalID: String?, profile: UserProfile)

Properties

created

let created: Date

id

let id: ID

username

let username: String?

profile

let profile: UserProfile