Created
March 15, 2016 03:35
-
-
Save kythanh/ad01d6ec92a8aa6a9fae to your computer and use it in GitHub Desktop.
AU SMS Pricing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"country": "Australia", | |
"iso_country": "AU", | |
"price_unit": "USD", | |
"outbound_sms_prices": [ | |
{ | |
"mcc": "505", | |
"mnc": "1", | |
"carrier": "Telstra", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "2", | |
"carrier": "Optus", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "3", | |
"carrier": "Vodafone", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "6", | |
"carrier": "3", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "12", | |
"carrier": "3", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "71", | |
"carrier": "Telstra", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "72", | |
"carrier": "Telstra", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "90", | |
"carrier": "Optus", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "38", | |
"carrier": "Vodafone", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "19", | |
"carrier": "Lycamobile", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
}, | |
{ | |
"mcc": "505", | |
"mnc": "999", | |
"carrier": "Other", | |
"prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
}, | |
{ | |
"number_type": "local", | |
"base_price": "0.060", | |
"current_price": "0.060" | |
} | |
] | |
} | |
], | |
"inbound_sms_prices": [ | |
{ | |
"number_type": "mobile", | |
"base_price": "0.0075", | |
"current_price": "0.0075" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment