@sumup/sdk
    Preparing search index...

    Type Alias APIConfig

    type APIConfig = {
        apiKey?: string;
        baseParams?: Core.FetchParams;
        host?: string;
    }
    Index

    Properties

    apiKey?: string
    baseParams?: Core.FetchParams
    host?: string