@procivis/react-native-one-core
    Preparing search index...

    Interface OrganisationDetail

    interface OrganisationDetail {
        createdDate: string;
        deactivatedAt?: string;
        id: string;
        lastModified: string;
        parentOrganisation?: string;
        verifierInstance?: VerifierInstanceDetail;
        walletInstance?: HolderWalletInstanceDetail;
        walletProvider?: WalletProviderDetail;
    }
    Index

    Properties

    createdDate: string
    deactivatedAt?: string
    id: string
    lastModified: string
    parentOrganisation?: string

    The parent organization this organization inherits policy-level configuration from, if any.

    verifierInstance?: VerifierInstanceDetail

    Wallet registration details for this organization's Business Wallet.

    Wallet registration details for this organization's Business Wallet.

    walletProvider?: WalletProviderDetail