subtopia-js-sdk
    Preparing search index...

    Interface SubscriptionRecord

    Interface for the subscription record.

    interface SubscriptionRecord {
        createdAt: number;
        duration: Duration;
        expiresAt: null | number;
        productType: TOKEN_BASED;
        subscriptionID: number;
    }
    Index

    Properties

    createdAt: number
    duration: Duration
    expiresAt: null | number
    productType: TOKEN_BASED
    subscriptionID: number