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

Properties

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