discovering CreditStatus and CustomerPricing and Limits
This commit is contained in:
parent
3957a7475e
commit
cad2ad58e0
@ -383,7 +383,17 @@ class OutgoingCallerId(APIObject):
|
|||||||
|
|
||||||
class CreditStatus(APIObject):
|
class CreditStatus(APIObject):
|
||||||
URLPART = "creditstatus"
|
URLPART = "creditstatus"
|
||||||
TYPE = "XXX"
|
TYPE = "creditstatus"
|
||||||
|
|
||||||
|
|
||||||
|
class CustomerPricing(APIObject):
|
||||||
|
URLPART = "pricing"
|
||||||
|
TYPE = "customerpricing"
|
||||||
|
|
||||||
|
|
||||||
|
class Limits(APIObject):
|
||||||
|
URLPART = "limits"
|
||||||
|
TYPE = "customerlimits"
|
||||||
|
|
||||||
|
|
||||||
class LinkedUser(APIObject):
|
class LinkedUser(APIObject):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user