File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- v1760
1
+ v1761
Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ class RetrieveParams(RequestOptions):
320
320
"invoice.overpaid" ,
321
321
"invoice.paid" ,
322
322
"invoice.payment.overpaid" ,
323
+ "invoice.payment.paid" ,
323
324
"invoice.payment_action_required" ,
324
325
"invoice.payment_attempt_required" ,
325
326
"invoice.payment_failed" ,
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ class CreateParams(RequestOptions):
271
271
"invoice.overpaid" ,
272
272
"invoice.paid" ,
273
273
"invoice.payment.overpaid" ,
274
+ "invoice.payment.paid" ,
274
275
"invoice.payment_action_required" ,
275
276
"invoice.payment_attempt_required" ,
276
277
"invoice.payment_failed" ,
@@ -607,6 +608,7 @@ class ModifyParams(RequestOptions):
607
608
"invoice.overpaid" ,
608
609
"invoice.paid" ,
609
610
"invoice.payment.overpaid" ,
611
+ "invoice.payment.paid" ,
610
612
"invoice.payment_action_required" ,
611
613
"invoice.payment_attempt_required" ,
612
614
"invoice.payment_failed" ,
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ class CreateParams(TypedDict):
252
252
"invoice.overpaid" ,
253
253
"invoice.paid" ,
254
254
"invoice.payment.overpaid" ,
255
+ "invoice.payment.paid" ,
255
256
"invoice.payment_action_required" ,
256
257
"invoice.payment_attempt_required" ,
257
258
"invoice.payment_failed" ,
@@ -594,6 +595,7 @@ class UpdateParams(TypedDict):
594
595
"invoice.overpaid" ,
595
596
"invoice.paid" ,
596
597
"invoice.payment.overpaid" ,
598
+ "invoice.payment.paid" ,
597
599
"invoice.payment_action_required" ,
598
600
"invoice.payment_attempt_required" ,
599
601
"invoice.payment_failed" ,
You can’t perform that action at this time.
0
0 commit comments