Interface SubscriberRequestStatus

interface SubscriberRequestStatus {
    agentId: string;
    code: number;
    isValid: boolean;
    message?: string;
    planId: string;
}

Properties

agentId: string
code: number
isValid: boolean
message?: string
planId: string