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

Properties

balance: bigint
creditsContract: `0x${string}`
holderAddress: `0x${string}`
isSubscriber: boolean
planId: string