Type Alias FioSdkOptions

FioSdkOptions: {
    apiUrls: string[] | string;
    fetchJson: FetchJson;
    logger?: FioLogger | null;
    privateKey?: string;
    publicKey?: string;
    registerMockUrl?: string | null;
    returnPreparedTrx?: boolean | null;
    technologyProviderId?: string | null;
    throwValidationErrors?: boolean | null;
}