Properties
accountId
accountId: string
destroyed
destroyed: { 
    [key: string]: null; 
}
Optional notDestroyed
notDestroyed?: { 
    [key: string]: { 
        description: string; 
        subType: string; 
        type: string; 
    }; 
}
Type declaration
- [key: string]: { 
 description: string;
 subType: string;
 type: string;
 }
- description: string
- subType: string
- type: string
 
updated
updated: { 
    [key: string]: null; 
}
Response data returned from making a successful set/update call