Skip to content

Commit

Permalink
Update generated code for v457
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 10, 2023
1 parent a815611 commit e525a23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v454
v457
2 changes: 2 additions & 0 deletions account.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const (
AccountCompanyStructureGovernmentInstrumentality AccountCompanyStructure = "government_instrumentality"
AccountCompanyStructureGovernmentalUnit AccountCompanyStructure = "governmental_unit"
AccountCompanyStructureIncorporatedNonProfit AccountCompanyStructure = "incorporated_non_profit"
AccountCompanyStructureIncorporatedPartnership AccountCompanyStructure = "incorporated_partnership"
AccountCompanyStructureLimitedLiabilityPartnership AccountCompanyStructure = "limited_liability_partnership"
AccountCompanyStructureLLC AccountCompanyStructure = "llc"
AccountCompanyStructureMultiMemberLLC AccountCompanyStructure = "multi_member_llc"
Expand All @@ -57,6 +58,7 @@ const (
AccountCompanyStructureTaxExemptGovernmentInstrumentality AccountCompanyStructure = "tax_exempt_government_instrumentality"
AccountCompanyStructureUnincorporatedAssociation AccountCompanyStructure = "unincorporated_association"
AccountCompanyStructureUnincorporatedNonProfit AccountCompanyStructure = "unincorporated_non_profit"
AccountCompanyStructureUnincorporatedPartnership AccountCompanyStructure = "unincorporated_partnership"
)

// One of `document_corrupt`, `document_expired`, `document_failed_copy`, `document_failed_greyscale`, `document_failed_other`, `document_failed_test_mode`, `document_fraudulent`, `document_incomplete`, `document_invalid`, `document_manipulated`, `document_not_readable`, `document_not_uploaded`, `document_type_not_supported`, or `document_too_large`. A machine-readable code specifying the verification state for this document.
Expand Down

0 comments on commit e525a23

Please sign in to comment.