SourceAccount

public struct SourceAccount : Codable

The account relating to a service data source user has added to digi.me library

  • The account’s identifier

    Declaration

    Swift

    public let identifier: String
  • The account’s name

    Declaration

    Swift

    public let name: String?
  • The account number

    Declaration

    Swift

    public let number: String?
  • The description of service account realtes to

    Declaration

    Swift

    public let service: AccountServiceDescriptor