Skip to content

Commit 66cb7ba

Browse files
feat(api): api update
1 parent ee9c6b0 commit 66cb7ba

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 139
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-aa92e5bbd456e6bc527223462c075f4315b7edfde23aae99cb6aa8272b3deae1.yml
3-
openapi_spec_hash: b234ee2f5a52bacac12c5ed59a56f542
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-5192a1b7cab269d33dbc3c9eb75994d41880eff1694900232b99f4cc30ae5710.yml
3+
openapi_spec_hash: 1bcfe26f0efab1f1287195a45074fae5
44
config_hash: c01c1191b1cd696c7ca855ff6d28a8df

src/Orb/Models/Customers/Customer.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ public required string? PaymentProviderID
251251
init { this._rawData.Set("payment_provider_id", value); }
252252
}
253253

254+
/// <summary>
255+
/// Deprecated. Returns the URL of the most recent non-expired portal link, or
256+
/// null. When the account has opted into customer portal sessions, this field
257+
/// always returns null. Use POST /v1/customers/{id}/portal_sessions to mint
258+
/// short-lived portal session URLs.
259+
/// </summary>
254260
public required string? PortalUrl
255261
{
256262
get

0 commit comments

Comments
 (0)