We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9988e5e commit 8234ee5Copy full SHA for 8234ee5
1 file changed
SoftLayer/managers/billing.py
@@ -13,6 +13,10 @@
13
14
15
class BillingManager(object):
16
+ """Manages Billing details.
17
+
18
+ :param SoftLayer.managers.orderingManager
19
+ """
20
21
def _format_date(self, date):
22
"""
0 commit comments