You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1RatePlan.java
+18-15Lines changed: 18 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,12 @@ public final class GoogleCloudApigeeV1RatePlan extends com.google.api.client.jso
46
46
/**
47
47
* API call volume ranges and the fees charged when the total number of API calls is within a
48
48
* given range. The method used to calculate the final fee depends on the selected pricing model.
49
-
* For example, if the pricing model is `STAIRSTEP` and the ranges are defined as follows: ``` {
50
-
* "start": 1, "end": 100, "fee": 75 }, { "start": 101, "end": 200, "fee": 100 }, } ``` Then the
51
-
* following fees would be charged based on the total number of API calls (assuming the currency
52
-
* selected is `USD`): * 1 call costs $75 * 50 calls cost $75 * 150 calls cost $100 The number of
53
-
* API calls cannot exceed 200.
49
+
* For example, if the pricing model is `BANDED` and the ranges are defined as follows: ``` {
0 commit comments