AccountDossiersResponse

public struct AccountDossiersResponse : Codable, Sendable

Dossier response model.

  • This structure contains dossier information attached to an account in the system.

    Declaration

    Swift

    public let dossiers: [AccountDossier]