@oneblink/sdk-core
    Preparing search index...

    Type Alias IntegrationBPOINTEnvironment<S>

    type IntegrationBPOINTEnvironment<S = SavedSecret> = {
        baseUrl: string;
        billerCode?: string;
        id: string;
        isTestMode?: boolean;
        label: string;
        merchantNumber: string;
        password: ConstrainedSecret<S>;
        shortMerchantName: string;
        username: string;
    }

    Type Parameters

    Index

    Properties

    baseUrl: string
    billerCode?: string
    id: string
    isTestMode?: boolean
    label: string
    merchantNumber: string
    password: ConstrainedSecret<S>
    shortMerchantName: string
    username: string