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

    Interface UpsertOrganisationRequest

    interface UpsertOrganisationRequest {
        deactivate?: boolean;
        id: string;
        name?: string;
        walletProvider?: null | string;
        walletProviderIssuer?: null | string;
    }
    Index

    Properties

    deactivate?: boolean

    Set to true to deactivate the organization.

    id: string

    Unique identifier of the organization to create or update.

    name?: string

    Organization's display name.

    walletProvider?: null | string

    Wallet Provider use only.

    walletProviderIssuer?: null | string

    Wallet Provider use only.