Interface SubscriptionRecord

Interface for the subscription record.

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

Properties

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