-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerated API models using swagger codegen. * Removes welcome screen * Adds timeEstimate and privacyPolicy to consent screen model
- Loading branch information
1 parent
1ab6bc4
commit 41b3610
Showing
7 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
...StripeIdentity/Source/API Bindings/Models/VerificationPageData/VerificationPageData.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
...ource/API Bindings/Models/VerificationPageData/VerificationPageDataRequirementError.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
// | ||
// VerificationPageDataRequirementError.swift | ||
// StripeIdentity | ||
// VerificationPageDataRequirementError.swift | ||
// | ||
// Created by Mel Ludowise on 11/2/21. | ||
// Generated by swagger-codegen | ||
// https://github.com/swagger-api/swagger-codegen | ||
// | ||
|
||
import Foundation | ||
@_spi(STP) import StripeCore | ||
|
||
|
||
|
||
struct VerificationPageDataRequirementError: StripeDecodable, Equatable { | ||
typealias Requirement = VerificationPageRequirements.Missing | ||
|
||
let body: String | ||
let buttonText: String? | ||
let requirement: Requirement | ||
let title: String | ||
let title: String? | ||
|
||
var _allResponseFieldsStorage: NonEncodableParameters? | ||
} |
8 changes: 5 additions & 3 deletions
8
...ty/Source/API Bindings/Models/VerificationPageData/VerificationPageDataRequirements.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters