Skip to content

Commit

Permalink
Update generated code for v1335
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 8, 2024
1 parent ddeabb1 commit f219eb1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1334
v1335
2 changes: 2 additions & 0 deletions src/Stripe.net/Constants/FilePurpose.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public static class FilePurpose

public const string FinanceReportRun = "finance_report_run";

public const string FinancialAccountStatement = "financial_account_statement";

public const string IdentityDocument = "identity_document";

public const string IdentityDocumentDownloadable = "identity_document_downloadable";
Expand Down
2 changes: 1 addition & 1 deletion src/Stripe.net/Entities/Files/File.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class File : StripeEntity<File>, IHasId, IHasObject
/// One of: <c>account_requirement</c>, <c>additional_verification</c>,
/// <c>business_icon</c>, <c>business_logo</c>, <c>customer_signature</c>,
/// <c>dispute_evidence</c>, <c>document_provider_identity_document</c>,
/// <c>finance_report_run</c>, <c>identity_document</c>,
/// <c>finance_report_run</c>, <c>financial_account_statement</c>, <c>identity_document</c>,
/// <c>identity_document_downloadable</c>, <c>issuing_regulatory_reporting</c>,
/// <c>pci_document</c>, <c>selfie</c>, <c>sigma_scheduled_query</c>,
/// <c>tax_document_user_upload</c>, or <c>terminal_reader_splashscreen</c>.
Expand Down
2 changes: 1 addition & 1 deletion src/Stripe.net/Services/FileLinks/FileLinkCreateOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class FileLinkCreateOptions : BaseOptions, IHasMetadata
/// <summary>
/// The ID of the file. The file's <c>purpose</c> must be one of the following:
/// <c>business_icon</c>, <c>business_logo</c>, <c>customer_signature</c>,
/// <c>dispute_evidence</c>, <c>finance_report_run</c>,
/// <c>dispute_evidence</c>, <c>finance_report_run</c>, <c>financial_account_statement</c>,
/// <c>identity_document_downloadable</c>, <c>issuing_regulatory_reporting</c>,
/// <c>pci_document</c>, <c>selfie</c>, <c>sigma_scheduled_query</c>,
/// <c>tax_document_user_upload</c>, or <c>terminal_reader_splashscreen</c>.
Expand Down
2 changes: 1 addition & 1 deletion src/Stripe.net/Services/Files/FileListOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class FileListOptions : ListOptionsWithCreated
/// One of: <c>account_requirement</c>, <c>additional_verification</c>,
/// <c>business_icon</c>, <c>business_logo</c>, <c>customer_signature</c>,
/// <c>dispute_evidence</c>, <c>document_provider_identity_document</c>,
/// <c>finance_report_run</c>, <c>identity_document</c>,
/// <c>finance_report_run</c>, <c>financial_account_statement</c>, <c>identity_document</c>,
/// <c>identity_document_downloadable</c>, <c>issuing_regulatory_reporting</c>,
/// <c>pci_document</c>, <c>selfie</c>, <c>sigma_scheduled_query</c>,
/// <c>tax_document_user_upload</c>, or <c>terminal_reader_splashscreen</c>.
Expand Down

0 comments on commit f219eb1

Please sign in to comment.