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

    Interface PlanBalance

    interface PlanBalance {
        balance: bigint;
        creditsContract: `0x${string}`;
        holderAddress: `0x${string}`;
        isSubscriber: boolean;
        planId: string;
        planName: string;
        planType: string;
        pricePerCredit: number;
    }
    Index

    Properties

    balance: bigint
    creditsContract: `0x${string}`
    holderAddress: `0x${string}`
    isSubscriber: boolean
    planId: string
    planName: string
    planType: string
    pricePerCredit: number