"""MyFatoorah enumerations used by the supplier portal."""

# UploadSupplierDocument FileType.
# See: https://docs.myfatoorah.com/docs/upload-supplier-document
FILE_TYPE_CHOICES = (
    (1, "Civil ID"),
    (2, "Commercial License"),
    (3, "Articles of Association"),
    (4, "Signature Authorization"),
    (5, "Others"),
    (6, "Civil ID Back"),
    (7, "Instagram"),
    (16, "Civil IDs of All Owners"),
    (17, "Civil ID of Manager"),
    (20, "Commercial Register"),
    (21, "Bank Account Letter"),
    (25, "Website"),
    (26, "Third Parties"),
    (27, "Basic Regulations List"),
    (28, "Board of Directors Agreement"),
    (30, "National Address"),
)
