We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a85e08 commit b235ffbCopy full SHA for b235ffb
stubs/braintree/braintree/subscription_details.pyi
@@ -1,3 +1,7 @@
1
+from datetime import date
2
+
3
from braintree.attribute_getter import AttributeGetter
4
-class SubscriptionDetails(AttributeGetter): ...
5
+class SubscriptionDetails(AttributeGetter):
6
+ billing_period_start_date: date
7
+ billing_period_end_date: date
0 commit comments