discovering CreditStatus and CustomerPricing and Limits

master
Marek Isalski 2 years ago
parent 3957a7475e
commit cad2ad58e0

@ -383,7 +383,17 @@ class OutgoingCallerId(APIObject):
class CreditStatus(APIObject):
URLPART = "creditstatus"
TYPE = "XXX"
TYPE = "creditstatus"
class CustomerPricing(APIObject):
URLPART = "pricing"
TYPE = "customerpricing"
class Limits(APIObject):
URLPART = "limits"
TYPE = "customerlimits"
class LinkedUser(APIObject):

Loading…
Cancel
Save