Merged
Conversation
richardm-stripe
commented
Sep 15, 2021
| * to pass to invoices created by the subscription. | ||
| */ | ||
| @SerializedName("acss_debit") | ||
| Invoice.PaymentMethodOptions.AcssDebit acssDebit; |
Contributor
Author
There was a problem hiding this comment.
Have to unshare
richardm-stripe
commented
Sep 15, 2021
Contributor
Author
|
r? @dcr-stripe I think it's good to go now! |
remi-stripe
reviewed
Sep 15, 2021
| @EqualsAndHashCode(callSuper = false) | ||
| public static class AcssDebit extends StripeObject { | ||
| @SerializedName("mandate_options") | ||
| AcssDebitMandateOptions mandateOptions; |
Contributor
There was a problem hiding this comment.
This should be called MandateOptions with no prefix
| @EqualsAndHashCode(callSuper = false) | ||
| public static class AcssDebit extends StripeObject { | ||
| @SerializedName("mandate_options") | ||
| AcssDebitMandateOptions mandateOptions; |
Contributor
Author
|
r? @remi-stripe I think this is ready now |
remi-stripe
approved these changes
Sep 15, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Codegen for openapi 95a1ab8.
r? @dcr-stripe
cc @stripe/api-libraries
Changelog
default_foronCheckoutSessionCreateParams.payment_method_options.acss_debit.mandate_options,Checkout.Session.payment_method_options.acss_debit.mandate_options,Mandate.payment_method_details.acss_debit,SetupIntentCreateParams.payment_method_options.acss_debit.mandate_options,SetupIntentUpdateParams.payment_method_options.acss_debit.mandate_options,SetupIntentConfirmParams.payment_method_options.acss_debit.mandate_options, andSetupIntent.payment_method_options.acss_debit.mandate_optionsacss_debitonInvoiceCreateParams.payment_settings.payment_method_options,InvoiceUpdateParams.payment_settings.payment_method_options,Invoice.payment_settings.payment_method_options,SubscriptionCreateParams.payment_settings.payment_method_options,SubscriptionUpdateParams.payment_settings.payment_method_options, andSubscription.payment_settings.payment_method_optionsacss_debiton enumsInvoiceCreateParams.payment_settings.payment_method_types[],InvoiceUpdateParams.payment_settings.payment_method_types[],SubscriptionCreateParams.payment_settings.payment_method_types[], andSubscriptionUpdateParams.payment_settings.payment_method_types[]livemodeonReporting.ReportType