29 lines
922 B
JavaScript
Vendored
29 lines
922 B
JavaScript
Vendored
export default {
|
|
labels:{
|
|
"3":"SmartCredit",
|
|
"1":"Identity IQ",
|
|
|
|
},
|
|
SmartCreditPoints : [
|
|
"Identity Theft Insurance ($1m)",
|
|
"Credit Monitoring & Alerts (TU)",
|
|
"ScoreTracker" ,
|
|
"ScoreBuilder",
|
|
"ScoreBoost",
|
|
"Money Manager",
|
|
"Smart Credit Report",
|
|
"PrivacyMaster"
|
|
],
|
|
|
|
IdentityIQPoints : [
|
|
"Access to the powerful proprietary Metro 2 Method 5 points of Compliance process",
|
|
"Auto-import software systems",
|
|
"Full library of training" ,
|
|
"Auto load letters",
|
|
"Auto import items into letters",
|
|
"Processing reminder system",
|
|
"Customer support",
|
|
"Facebook group help"
|
|
],
|
|
}
|