AccountServiceDescriptor

public struct AccountServiceDescriptor : Codable

Short description of a service relating to user’s account

  • The name of the service. This matches the name of a service in the response to DigiMe.availableServices(completion:)

    Declaration

    Swift

    public let name: String
  • The logo for the service, if available

    Declaration

    Swift

    public let logo: String?