|
366 | 366 | }
|
367 | 367 | }
|
368 | 368 | },
|
369 |
| - "revision": "20211031", |
| 369 | + "revision": "20211108", |
370 | 370 | "rootUrl": "https://paymentsresellersubscription.googleapis.com/",
|
371 | 371 | "schemas": {
|
372 | 372 | "GoogleCloudPaymentsResellerSubscriptionV1CancelSubscriptionRequest": {
|
|
612 | 612 | "$ref": "GoogleCloudPaymentsResellerSubscriptionV1Duration",
|
613 | 613 | "description": "Optional. Specifies the duration of the free trial of the subscription when promotion_type is PROMOTION_TYPE_FREE_TRIAL"
|
614 | 614 | },
|
| 615 | + "introductoryPricingDetails": { |
| 616 | + "$ref": "GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails", |
| 617 | + "description": "Optional. Specifies the introductory pricing details when the promotion_type is PROMOTION_TYPE_INTRODUCTORY_PRICING." |
| 618 | + }, |
615 | 619 | "name": {
|
616 | 620 | "description": "Output only. Response only. Resource name of the subscription promotion. It will have the format of \"partners/{partner_id}/promotion/{promotion_id}\"",
|
617 | 621 | "readOnly": true,
|
618 | 622 | "type": "string"
|
619 | 623 | },
|
| 624 | + "promotionType": { |
| 625 | + "description": "Output only. Output Only. Specifies the type of the promotion.", |
| 626 | + "enum": [ |
| 627 | + "PROMOTION_TYPE_UNSPECIFIED", |
| 628 | + "PROMOTION_TYPE_FREE_TRIAL", |
| 629 | + "PROMOTION_TYPE_INTRODUCTORY_PRICING" |
| 630 | + ], |
| 631 | + "enumDescriptions": [ |
| 632 | + "The promotion type is unspecified.", |
| 633 | + "The promotion is a free trial.", |
| 634 | + "The promotion is a reduced introductory pricing." |
| 635 | + ], |
| 636 | + "readOnly": true, |
| 637 | + "type": "string" |
| 638 | + }, |
620 | 639 | "regionCodes": {
|
621 | 640 | "description": "Output only. 2-letter ISO region code where the promotion is available in. Ex. \"US\" Please refers to: https://en.wikipedia.org/wiki/ISO_3166-1",
|
622 | 641 | "items": {
|
|
641 | 660 | },
|
642 | 661 | "type": "object"
|
643 | 662 | },
|
| 663 | + "GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails": { |
| 664 | + "description": "The details of a introductory pricing promotion.", |
| 665 | + "id": "GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails", |
| 666 | + "properties": { |
| 667 | + "introductoryPricingSpecs": { |
| 668 | + "description": "Specifies the introductory pricing periods.", |
| 669 | + "items": { |
| 670 | + "$ref": "GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec" |
| 671 | + }, |
| 672 | + "type": "array" |
| 673 | + } |
| 674 | + }, |
| 675 | + "type": "object" |
| 676 | + }, |
| 677 | + "GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec": { |
| 678 | + "description": "The duration of an introductory pricing promotion.", |
| 679 | + "id": "GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec", |
| 680 | + "properties": { |
| 681 | + "recurrenceCount": { |
| 682 | + "description": "Output only. Output Only. The duration of an introductory offer in billing cycles.", |
| 683 | + "format": "int32", |
| 684 | + "readOnly": true, |
| 685 | + "type": "integer" |
| 686 | + } |
| 687 | + }, |
| 688 | + "type": "object" |
| 689 | + }, |
644 | 690 | "GoogleCloudPaymentsResellerSubscriptionV1Subscription": {
|
645 | 691 | "description": "A Subscription resource managed by 3P Partners.",
|
646 | 692 | "id": "GoogleCloudPaymentsResellerSubscriptionV1Subscription",
|
|
0 commit comments