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

    Interface SubscriberRequestStatus

    interface SubscriberRequestStatus {
        agentId: string;
        code: number;
        isValid: boolean;
        message?: string;
        planId: string;
    }
    Index

    Properties

    agentId: string
    code: number
    isValid: boolean
    message?: string
    planId: string