Skip to content

Commit a373014

Browse files
Update upcoming changes
1 parent 5587e72 commit a373014

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

openapi/upcoming-changes/node.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Add support for `directorship_declaration` on `Account.company`
33
* Add support for `advice_code` on `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`
44
* Add support for `country` on `Charge.payment_method_details.paypal`, `ConfirmationToken.payment_method_preview.paypal`, and `PaymentMethod.paypal`
5+
* Change `CreditNote.pretax_credit_amounts` and `Invoice.total_pretax_credit_amounts` to be required
56
* Add support for `nickname` on `Treasury.FinancialAccountCreateParams`, `Treasury.FinancialAccountUpdateParams`, and `Treasury.FinancialAccount`
67
* Add support for `forwarding_settings` on `Treasury.FinancialAccountUpdateParams`
78
* Add support for `is_default` on `Treasury.FinancialAccount`

openapi/upcoming-changes/python.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
* Add support for `destination_payment_method_data` on parameter class `stripe.treasury.OutboundTransfer.CreateParams`
1010
* Add support for `financial_account` on resource class `stripe.treasury.OutboundTransfer.DestinationPaymentMethodDetails`
1111
* Add support for `outbound_transfer` on resource class `stripe.treasury.ReceivedCredit.LinkedFlows.SourceFlowDetails`
12+
* Change type of `pretax_credit_amounts` on `stripe.CreditNote` and `stripe.CreditNoteLineItem` from `Optional[List[PretaxCreditAmount]]` to `List[PretaxCreditAmount]`
1213
* Add support for `financial_account` on enum `stripe.treasury.OutboundTransfer.DestinationPaymentMethodDetails.type`
1314
* Add support for `outbound_transfer` on enums `stripe.treasury.ReceivedCredit.LinkedFlows.SourceFlowDetails.type` and `stripe.treasury.ReceivedCredit.ListParamsLinkedFlows.source_flow_type`

openapi/upcoming-changes/rest.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Add support for `directorship_declaration` on `Account.company`
33
* Add support for `advice_code` on `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`
44
* Add support for `country` on `Charge.payment_method_details.paypal`, `ConfirmationToken.payment_method_preview.paypal`, and `PaymentMethod.paypal`
5+
* Change `CreditNote.pretax_credit_amounts` and `Invoice.total_pretax_credit_amounts` to be required
56
* Add support for `nickname` on `Treasury.FinancialAccount#create`, `Treasury.FinancialAccount#update`, and `Treasury.FinancialAccount`
67
* Add support for `forwarding_settings` on `Treasury.FinancialAccount#update`
78
* Add support for `is_default` on `Treasury.FinancialAccount`

0 commit comments

Comments
 (0)