-
Notifications
You must be signed in to change notification settings - Fork 373
API Updates: Identity APIs #1205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
/** Details on the verification error. Present when status is {@code unverified}. */ | ||
@SerializedName("error") | ||
DocumentCheckError error; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consistent with SigmaScheduledQuery.run_error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
/** Date of birth as it appears in the document. */ | ||
@SerializedName("dob") | ||
DateOfBirth dob; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consistent with Individual.dob
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sending back to you based on all the things I flagged internally
14466e0
to
4b0ed47
Compare
15849b9
to
bc38218
Compare
Codegen for openapi 6f9da2d.
r? @remi-stripe
cc @stripe/api-libraries
Changelog