Skip to content

Commit b235ffb

Browse files
committed
Add fields in braintree's SubscriptionDetails
1 parent 3a85e08 commit b235ffb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
from datetime import date
2+
13
from braintree.attribute_getter import AttributeGetter
24

3-
class SubscriptionDetails(AttributeGetter): ...
5+
class SubscriptionDetails(AttributeGetter):
6+
billing_period_start_date: date
7+
billing_period_end_date: date

0 commit comments

Comments
 (0)