Skip to content

Commit

Permalink
Added missing BusinessType Enums
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav13081994 authored and jleclanche committed Sep 9, 2022
1 parent 19061b9 commit 4883129
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions djstripe/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ class BillingScheme(Enum):
class BusinessType(Enum):
individual = _("Individual")
company = _("Company")
non_profit = _("Non Profit")
government_entity = _("Government Entity")


class CaptureMethod(Enum):
Expand Down

0 comments on commit 4883129

Please sign in to comment.