feat: update for b2b

This commit is contained in:
2026-06-02 23:46:57 +03:00
parent 41d0fe8aa7
commit f6ffe68e6a
15 changed files with 201 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
from enum import StrEnum
class AccountType(StrEnum):
INDIVIDUAL = 'individual'
LEGAL_ENTITY = 'legal_entity'