Skip to content

Commit 7c7a621

Browse files
feat(api): api update
1 parent f8b95fe commit 7c7a621

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 116
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-612316c13276a207f56e2e2c7bbc68f4bb73de85e3661595a23f23d9ccc80276.yml
3-
openapi_spec_hash: 6e125f05e40521ec485edf6e15beec2e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-373ca3e805c414f75a90b0088c57cbb60ff207abdca0a8e397c551de88606c4a.yml
3+
openapi_spec_hash: 1c30d01bd9c38f8a2aa4bd088fbe69bc
44
config_hash: 1f535c1fa222aacf28b636eed21bec72

src/Orb/Models/Customers/Costs/CostListByExternalIDParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public sealed record class CostListByExternalIDParams : Orb::ParamsBase
107107
public required string ExternalCustomerID;
108108

109109
/// <summary>
110-
/// The currency or custom pricing unit to use.
110+
/// The currency to use.
111111
/// </summary>
112112
public string? Currency
113113
{

src/Orb/Models/Customers/Costs/CostListParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public sealed record class CostListParams : Orb::ParamsBase
107107
public required string CustomerID;
108108

109109
/// <summary>
110-
/// The currency or custom pricing unit to use.
110+
/// The currency to use.
111111
/// </summary>
112112
public string? Currency
113113
{

src/Orb/Models/Subscriptions/SubscriptionFetchCostsParams.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public sealed record class SubscriptionFetchCostsParams : Orb::ParamsBase
2222
public required string SubscriptionID;
2323

2424
/// <summary>
25-
/// The currency or custom pricing unit to use.
25+
/// The currency to use.
2626
/// </summary>
2727
public string? Currency
2828
{

0 commit comments

Comments
 (0)