export UserStatusPayments

interface UserStatusPayments {
    created_at?: string;
    id?: null | string;
    is_enabled?: boolean;
    short_id?: null | string;
}

Properties

created_at?: string
id?: null | string
is_enabled?: boolean
short_id?: null | string