Skip to content

Commit

Permalink
OpenAPI Update (#1048)
Browse files Browse the repository at this point in the history
Update OpenAPI for 7b76ca0c14497c43d173e1f4ea76df027905de89

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Dec 9, 2024
1 parent 9b9242f commit 2db3125
Show file tree
Hide file tree
Showing 2 changed files with 1,181 additions and 142 deletions.
24 changes: 18 additions & 6 deletions embedded/openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,14 @@
"subscription_update": {
"default_allowed_updates": [],
"enabled": false,
"proration_behavior": "none"
"proration_behavior": "none",
"schedule_at_period_end": {
"conditions": [
{
"type": "decreasing_item_amount"
}
]
}
}
},
"id": "bpc_1Pgc70B7WZ01zgkWSnFO04Vt",
Expand Down Expand Up @@ -1968,7 +1975,8 @@
"automatic_tax": {
"enabled": false,
"liability": null,
"status": null
"status": null,
"disabled_reason": null
},
"billing_reason": "manual",
"charge": null,
Expand Down Expand Up @@ -2294,7 +2302,8 @@
"result": "authenticated"
}
},
"wallet": null
"wallet": null,
"verified_by_fraud_challenge": null
},
"issuing.card": {
"brand": "Visa",
Expand Down Expand Up @@ -3192,7 +3201,8 @@
"source_type": "card",
"statement_descriptor": null,
"status": "in_transit",
"type": "bank_account"
"type": "bank_account",
"trace_id": null
},
"person": {
"account": "acct_1PgafTB7WZ01zgkW",
Expand Down Expand Up @@ -3769,7 +3779,8 @@
"application_fee_percent": null,
"automatic_tax": {
"enabled": false,
"liability": null
"liability": null,
"disabled_reason": null
},
"billing_cycle_anchor": 1234567890,
"billing_cycle_anchor_config": null,
Expand Down Expand Up @@ -3971,7 +3982,8 @@
"application_fee_percent": null,
"automatic_tax": {
"enabled": false,
"liability": null
"liability": null,
"disabled_reason": null
},
"billing_cycle_anchor": "automatic",
"billing_thresholds": null,
Expand Down
Loading

0 comments on commit 2db3125

Please sign in to comment.