File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ public static class FilePurpose
4
4
{
5
5
public const string AdditionalVerification = "additional_verification" ;
6
6
7
+ public const string BusinessIcon = "business_icon" ;
8
+
7
9
public const string BusinessLogo = "business_logo" ;
8
10
11
+ public const string CustomerSignature = "customer_signature" ;
12
+
9
13
public const string DisputeEvidence = "dispute_evidence" ;
10
14
15
+ public const string DocumentProviderIdentityDocument = "document_provider_identity_document" ;
16
+
17
+ public const string FinanceReportRun = "finance_report_run" ;
18
+
11
19
public const string IdentityDocument = "identity_document" ;
12
20
13
21
public const string IncorporationArticle = "incorporation_article" ;
@@ -16,6 +24,12 @@ public static class FilePurpose
16
24
17
25
public const string PaymentProviderTransfer = "payment_provider_transfer" ;
18
26
27
+ public const string PciDocument = "pci_document" ;
28
+
19
29
public const string ProductFeed = "product_feed" ;
30
+
31
+ public const string SigmaScheduledQuery = "sigma_scheduled_query" ;
32
+
33
+ public const string TaxDocumentUserUpload = "tax_document_user_upload" ;
20
34
}
21
35
}
You can’t perform that action at this time.
0 commit comments