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

    Interface MppChallengeRequest

    What the buyer is being asked to pay for. Sealed inside the challenge HMAC.

    interface MppChallengeRequest {
        agentId?: string;
        credits: string;
        planId: string;
    }
    Index

    Properties

    agentId?: string

    Agent the request is addressed to.

    credits: string

    Credits to redeem, as a decimal string.

    planId: string

    The Nevermined plan the credits are burned against.