Skip to content

API Updates#1192

Merged
richardm-stripe merged 2 commits intomasterfrom
latest-codegen
Mar 26, 2021
Merged

API Updates#1192
richardm-stripe merged 2 commits intomasterfrom
latest-codegen

Conversation

@richardm-stripe
Copy link
Contributor

@richardm-stripe richardm-stripe commented Mar 26, 2021

Codegen for openapi 06ec3f8.
r? @richardm-stripe
cc @stripe/api-libraries

Changelog

  • Add support for card_issuing on AccountCreateParams.settings, AccountUpdateParams.settings and Account.settings

@Getter
@Setter
@EqualsAndHashCode(callSuper = false)
public static class SettingsCardIssuing extends StripeObject {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every time I see those I get sad, they should have been nested inside Settings instead but we missed fixing them originally and then got stuck

@EqualsAndHashCode(callSuper = false)
public static class SettingsCardIssuing extends StripeObject {
@SerializedName("tos_acceptance")
CardIssuingTermsOfService tosAcceptance;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name is wrong here right? It should be TosAcceptance no?

@richardm-stripe
Copy link
Contributor Author

r? @remi-stripe

@richardm-stripe richardm-stripe merged commit 3d1e7e4 into master Mar 26, 2021
@richardm-stripe richardm-stripe deleted the latest-codegen branch March 26, 2021 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants