@nevermined-io/payments
    Preparing search index...

    Interface StartAgentRequest

    interface StartAgentRequest {
        agentId: string;
        agentName: string;
        agentRequestId: string;
        balance: PlanBalance;
        batch: boolean;
        urlMatching: string;
        verbMatching: string;
    }
    Index

    Properties

    agentId: string
    agentName: string
    agentRequestId: string
    balance: PlanBalance
    batch: boolean
    urlMatching: string
    verbMatching: string