- #1714 Update generated code for beta
- Add support for
amount
onChargeCaptureParams.payment_details.flight.segments[]
,ChargeUpdateParams.payment_details.flight.segments[]
,PaymentIntentCaptureParams.payment_details.flight.segments[]
,PaymentIntentConfirmParams.payment_details.flight.segments[]
,PaymentIntentCreateParams.payment_details.flight.segments[]
, andPaymentIntentUpdateParams.payment_details.flight.segments[]
- Add support for
number_of_rooms
androom_class
onChargeCaptureParams.payment_details.lodging
,ChargeUpdateParams.payment_details.lodging
,PaymentIntentCaptureParams.payment_details.lodging
,PaymentIntentConfirmParams.payment_details.lodging
,PaymentIntentCreateParams.payment_details.lodging
, andPaymentIntentUpdateParams.payment_details.lodging
- Add support for
buy_button
onCustomerSession.components
andCustomerSessionCreateParams.components
- Add support for new values
high_risk_industry
,insufficient_margin_ratio
,insufficient_operating_profit
,insufficient_reserves
,insufficient_time_in_network
,lacking_cash_account
, andpoor_payment_history_with_platform
on enumsissuing.CreditUnderwritingRecordCorrectParams.decision.application_rejected.reasons[]
andissuing.CreditUnderwritingRecordReportDecisionParams.decision.application_rejected.reasons[]
- Add support for new values
high_risk_industry
,insufficient_margin_ratio
,insufficient_operating_profit
,insufficient_reserves
,insufficient_time_in_network
, andlacking_cash_account
on enumsissuing.CreditUnderwritingRecordCorrectParams.decision.credit_limit_decreased.reasons[]
,issuing.CreditUnderwritingRecordCorrectParams.decision.credit_line_closed.reasons[]
,issuing.CreditUnderwritingRecordCreateFromProactiveReviewParams.decision.credit_limit_decreased.reasons[]
, andissuing.CreditUnderwritingRecordCreateFromProactiveReviewParams.decision.credit_line_closed.reasons[]
- Add support for
- #1717 Beta: RawApiRequest
- ⚠️ Changed input parameters of
StripeResponseGetter.rawRequest(...)
-- new usage isStripeResponseGetter.rawRequest(new RawApiRequest(...))
- ⚠️ Changed input parameters of
- #1713 Update generated code for beta