@paystreamer/sdk
    Preparing search index...

    Interface SubscriptionAccountObject

    interface SubscriptionAccountObject {
        address_balance: string;
        closed: boolean;
        id: string;
        owner: string;
        paused: boolean;
    }
    Index
    address_balance: string
    closed: boolean
    id: string
    owner: string
    paused: boolean