Skip to content

Commit 70c90df

Browse files
feat(paymentsresellersubscription): update the api
#### paymentsresellersubscription:v1 The following keys were deleted: - schemas.GoogleCloudPaymentsResellerSubscriptionV1Promotion.properties.finiteBillingCycleDetails.$ref (Total Keys: 1)
1 parent 9c83b6f commit 70c90df

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

docs/dyn/paymentsresellersubscription_v1.partners.promotions.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ <h3>Method Details</h3>
126126
&quot;A String&quot;,
127127
],
128128
&quot;endTime&quot;: &quot;A String&quot;, # Optional. Specifies the end time (exclusive) of the period that the promotion is available in. If unset, the promotion is available indefinitely.
129-
&quot;finiteBillingCycleDetails&quot;: { # Details for a subscriptiin line item with finite billing cycles. # Optional. Details for a subscription line item with finite billing cycles. If unset, the line item will be charged indefinitely. Used only with PROMOTION_TYPE_REGULAR_REDUCTION.
130-
&quot;billingCycleCountLimit&quot;: &quot;A String&quot;, # Required. The number of a subscription line item billing cycles after which billing will stop automatically.
131-
},
132129
&quot;freeTrialDuration&quot;: { # Describes the length of a period of a time. # Optional. Specifies the duration of the free trial of the subscription when promotion_type is PROMOTION_TYPE_FREE_TRIAL
133130
&quot;count&quot;: 42, # number of duration units to be included.
134131
&quot;unit&quot;: &quot;A String&quot;, # The unit used for the duration
@@ -202,9 +199,6 @@ <h3>Method Details</h3>
202199
&quot;A String&quot;,
203200
],
204201
&quot;endTime&quot;: &quot;A String&quot;, # Optional. Specifies the end time (exclusive) of the period that the promotion is available in. If unset, the promotion is available indefinitely.
205-
&quot;finiteBillingCycleDetails&quot;: { # Details for a subscriptiin line item with finite billing cycles. # Optional. Details for a subscription line item with finite billing cycles. If unset, the line item will be charged indefinitely. Used only with PROMOTION_TYPE_REGULAR_REDUCTION.
206-
&quot;billingCycleCountLimit&quot;: &quot;A String&quot;, # Required. The number of a subscription line item billing cycles after which billing will stop automatically.
207-
},
208202
&quot;freeTrialDuration&quot;: { # Describes the length of a period of a time. # Optional. Specifies the duration of the free trial of the subscription when promotion_type is PROMOTION_TYPE_FREE_TRIAL
209203
&quot;count&quot;: 42, # number of duration units to be included.
210204
&quot;unit&quot;: &quot;A String&quot;, # The unit used for the duration

googleapiclient/discovery_cache/documents/paymentsresellersubscription.v1.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
}
397397
}
398398
},
399-
"revision": "20230822",
399+
"revision": "20230904",
400400
"rootUrl": "https://paymentsresellersubscription.googleapis.com/",
401401
"schemas": {
402402
"GoogleCloudPaymentsResellerSubscriptionV1Amount": {
@@ -805,10 +805,6 @@
805805
"format": "google-datetime",
806806
"type": "string"
807807
},
808-
"finiteBillingCycleDetails": {
809-
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1FiniteBillingCycleDetails",
810-
"description": "Optional. Details for a subscription line item with finite billing cycles. If unset, the line item will be charged indefinitely. Used only with PROMOTION_TYPE_REGULAR_REDUCTION."
811-
},
812808
"freeTrialDuration": {
813809
"$ref": "GoogleCloudPaymentsResellerSubscriptionV1Duration",
814810
"description": "Optional. Specifies the duration of the free trial of the subscription when promotion_type is PROMOTION_TYPE_FREE_TRIAL"
@@ -827,14 +823,12 @@
827823
"enum": [
828824
"PROMOTION_TYPE_UNSPECIFIED",
829825
"PROMOTION_TYPE_FREE_TRIAL",
830-
"PROMOTION_TYPE_INTRODUCTORY_PRICING",
831-
"PROMOTION_TYPE_REGULAR_REDUCTION"
826+
"PROMOTION_TYPE_INTRODUCTORY_PRICING"
832827
],
833828
"enumDescriptions": [
834829
"The promotion type is unspecified.",
835830
"The promotion is a free trial.",
836-
"The promotion is a reduced introductory pricing.",
837-
"The promotion is a reduced price."
831+
"The promotion is a reduced introductory pricing."
838832
],
839833
"readOnly": true,
840834
"type": "string"
@@ -1221,14 +1215,12 @@
12211215
"enum": [
12221216
"PROMOTION_TYPE_UNSPECIFIED",
12231217
"PROMOTION_TYPE_FREE_TRIAL",
1224-
"PROMOTION_TYPE_INTRODUCTORY_PRICING",
1225-
"PROMOTION_TYPE_REGULAR_REDUCTION"
1218+
"PROMOTION_TYPE_INTRODUCTORY_PRICING"
12261219
],
12271220
"enumDescriptions": [
12281221
"The promotion type is unspecified.",
12291222
"The promotion is a free trial.",
1230-
"The promotion is a reduced introductory pricing.",
1231-
"The promotion is a reduced price."
1223+
"The promotion is a reduced introductory pricing."
12321224
],
12331225
"readOnly": true,
12341226
"type": "string"

0 commit comments

Comments
 (0)