File tree 2 files changed +0
-40
lines changed
2 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 33
33
"LineItemTaxAmount" ,
34
34
"Maximum" ,
35
35
"Minimum" ,
36
- "Plan" ,
37
36
"ShippingAddress" ,
38
37
"Subscription" ,
39
38
]
@@ -696,19 +695,6 @@ class Minimum(BaseModel):
696
695
"""Minimum amount applied"""
697
696
698
697
699
- class Plan (BaseModel ):
700
- id : Optional [str ]
701
-
702
- external_plan_id : Optional [str ]
703
- """
704
- An optional user-defined ID for this plan resource, used throughout the system
705
- as an alias for this Plan. Use this field to identify a plan by an existing
706
- identifier in your system.
707
- """
708
-
709
- name : Optional [str ]
710
-
711
-
712
698
class ShippingAddress (BaseModel ):
713
699
city : Optional [str ]
714
700
@@ -926,12 +912,6 @@ class Invoice(BaseModel):
926
912
payment mechanisms (like bank transfers), where payment can take 3 days or more.
927
913
"""
928
914
929
- plan : Optional [Plan ]
930
- """The active plan for this invoice's subscription on its invoice date.
931
-
932
- This field is only populated for invoices generated by subscriptions.
933
- """
934
-
935
915
scheduled_issue_at : Optional [datetime ]
936
916
"""
937
917
If the invoice is in draft, this timestamp will reflect when the invoice is
Original file line number Diff line number Diff line change 33
33
"LineItemTaxAmount" ,
34
34
"Maximum" ,
35
35
"Minimum" ,
36
- "Plan" ,
37
36
"ShippingAddress" ,
38
37
"Subscription" ,
39
38
]
@@ -696,19 +695,6 @@ class Minimum(BaseModel):
696
695
"""Minimum amount applied"""
697
696
698
697
699
- class Plan (BaseModel ):
700
- id : Optional [str ]
701
-
702
- external_plan_id : Optional [str ]
703
- """
704
- An optional user-defined ID for this plan resource, used throughout the system
705
- as an alias for this Plan. Use this field to identify a plan by an existing
706
- identifier in your system.
707
- """
708
-
709
- name : Optional [str ]
710
-
711
-
712
698
class ShippingAddress (BaseModel ):
713
699
city : Optional [str ]
714
700
@@ -923,12 +909,6 @@ class InvoiceFetchUpcomingResponse(BaseModel):
923
909
payment mechanisms (like bank transfers), where payment can take 3 days or more.
924
910
"""
925
911
926
- plan : Optional [Plan ]
927
- """The active plan for this invoice's subscription on its invoice date.
928
-
929
- This field is only populated for invoices generated by subscriptions.
930
- """
931
-
932
912
scheduled_issue_at : Optional [datetime ]
933
913
"""
934
914
If the invoice is in draft, this timestamp will reflect when the invoice is
You can’t perform that action at this time.
0 commit comments