File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed
NewFloatingTieredPackagePriceProperties
NewPlanTieredPackagePriceProperties
PriceProperties/TieredPackageProperties
Subscriptions/NewSubscriptionTieredPackagePriceProperties Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 118
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d63c8075b48441663736b457f8ad859c58cc3e31dfbffb68db44c3f00562012c .yml
3- openapi_spec_hash : c47dbff685a0a449bfc1ad729c13a72e
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-2c9291de1fd876908ebe56144e90762ab6e390e3f25102da815ab3fca6335d38 .yml
3+ openapi_spec_hash : eabe2d8e58ceed1d61d41fe7a44020ca
44config_hash : 1f73a949b649ecfe6ec68ba1bb459dc2
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ public required string PackageSize
3737
3838 /// <summary>
3939 /// Apply tiered pricing after rounding up the quantity to the package size. Tiers
40- /// are defined using exclusive lower bounds.
40+ /// are defined using exclusive lower bounds. The tier bounds are defined based
41+ /// on the total quantity rather than the number of packages, so they must be
42+ /// multiples of the package size.
4143 /// </summary>
4244 public required List < TieredPackageConfigProperties ::Tier > Tiers
4345 {
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ public required string PackageSize
3737
3838 /// <summary>
3939 /// Apply tiered pricing after rounding up the quantity to the package size. Tiers
40- /// are defined using exclusive lower bounds.
40+ /// are defined using exclusive lower bounds. The tier bounds are defined based
41+ /// on the total quantity rather than the number of packages, so they must be
42+ /// multiples of the package size.
4143 /// </summary>
4244 public required List < TieredPackageConfigProperties ::Tier > Tiers
4345 {
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ public required string PackageSize
3737
3838 /// <summary>
3939 /// Apply tiered pricing after rounding up the quantity to the package size. Tiers
40- /// are defined using exclusive lower bounds.
40+ /// are defined using exclusive lower bounds. The tier bounds are defined based
41+ /// on the total quantity rather than the number of packages, so they must be
42+ /// multiples of the package size.
4143 /// </summary>
4244 public required List < TieredPackageConfigProperties ::Tier > Tiers
4345 {
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ public required string PackageSize
3737
3838 /// <summary>
3939 /// Apply tiered pricing after rounding up the quantity to the package size. Tiers
40- /// are defined using exclusive lower bounds.
40+ /// are defined using exclusive lower bounds. The tier bounds are defined based
41+ /// on the total quantity rather than the number of packages, so they must be
42+ /// multiples of the package size.
4143 /// </summary>
4244 public required List < TieredPackageConfigProperties ::Tier > Tiers
4345 {
You can’t perform that action at this time.
0 commit comments