|
396 | 396 | }
|
397 | 397 | }
|
398 | 398 | },
|
399 |
| - "revision": "20230910", |
| 399 | + "revision": "20230914", |
400 | 400 | "rootUrl": "https://paymentsresellersubscription.googleapis.com/",
|
401 | 401 | "schemas": {
|
402 | 402 | "GoogleCloudPaymentsResellerSubscriptionV1Amount": {
|
|
715 | 715 | "description": "A Product resource that defines a subscription service that can be resold.",
|
716 | 716 | "id": "GoogleCloudPaymentsResellerSubscriptionV1Product",
|
717 | 717 | "properties": {
|
| 718 | + "bundleDetails": { |
| 719 | + "$ref": "GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetails", |
| 720 | + "description": "Output only. Output Only. Specifies the details for a bundle product.", |
| 721 | + "readOnly": true |
| 722 | + }, |
718 | 723 | "finiteBillingCycleDetails": {
|
719 | 724 | "$ref": "GoogleCloudPaymentsResellerSubscriptionV1FiniteBillingCycleDetails",
|
720 | 725 | "description": "Optional. Details for a subscription line item with finite billing cycles. If unset, the line item will be charged indefinitely."
|
|
732 | 737 | "readOnly": true,
|
733 | 738 | "type": "array"
|
734 | 739 | },
|
| 740 | + "productType": { |
| 741 | + "description": "Output only. Output Only. Specifies the type of the product.", |
| 742 | + "enum": [ |
| 743 | + "PRODUCT_TYPE_UNSPECIFIED", |
| 744 | + "PRODUCT_TYPE_SUBSCRIPTION", |
| 745 | + "PRODUCT_TYPE_BUNDLE_SUBSCRIPTION" |
| 746 | + ], |
| 747 | + "enumDescriptions": [ |
| 748 | + "Unspecified. It's reserved as an unexpected value, should not be used.", |
| 749 | + "The product is a subscription.", |
| 750 | + "The product is a bundled subscription plan, which includes multiple subscription elements." |
| 751 | + ], |
| 752 | + "readOnly": true, |
| 753 | + "type": "string" |
| 754 | + }, |
735 | 755 | "regionCodes": {
|
736 | 756 | "description": "Output only. 2-letter ISO region code where the product is available in. Ex. \"US\" Please refers to: https://en.wikipedia.org/wiki/ISO_3166-1",
|
737 | 757 | "items": {
|
|
756 | 776 | },
|
757 | 777 | "type": "object"
|
758 | 778 | },
|
| 779 | + "GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetails": { |
| 780 | + "description": "Details for a bundle product.", |
| 781 | + "id": "GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetails", |
| 782 | + "properties": { |
| 783 | + "bundleElements": { |
| 784 | + "description": "The individual products that are included in the bundle.", |
| 785 | + "items": { |
| 786 | + "$ref": "GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement" |
| 787 | + }, |
| 788 | + "type": "array" |
| 789 | + }, |
| 790 | + "entitlementMode": { |
| 791 | + "description": "The entitlement mode of the bundle product.", |
| 792 | + "enum": [ |
| 793 | + "ENTITLEMENT_MODE_UNSPECIFIED", |
| 794 | + "ENTITLEMENT_MODE_FULL", |
| 795 | + "ENTITLEMENT_MODE_INCREMENTAL" |
| 796 | + ], |
| 797 | + "enumDescriptions": [ |
| 798 | + "Unspecified. It's reserved as an unexpected value, should not be used.", |
| 799 | + "All the bundle elements must be fully activated in a single request.", |
| 800 | + "The bundle elements could be incrementally activated." |
| 801 | + ], |
| 802 | + "type": "string" |
| 803 | + } |
| 804 | + }, |
| 805 | + "type": "object" |
| 806 | + }, |
| 807 | + "GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement": { |
| 808 | + "description": "The individual product that is included in the bundle.", |
| 809 | + "id": "GoogleCloudPaymentsResellerSubscriptionV1ProductBundleDetailsBundleElement", |
| 810 | + "properties": { |
| 811 | + "product": { |
| 812 | + "description": "Required. Output only. Product resource name that identifies the bundle element. The format is 'partners/{partner_id}/products/{product_id}'.", |
| 813 | + "readOnly": true, |
| 814 | + "type": "string" |
| 815 | + } |
| 816 | + }, |
| 817 | + "type": "object" |
| 818 | + }, |
759 | 819 | "GoogleCloudPaymentsResellerSubscriptionV1ProductPayload": {
|
760 | 820 | "description": "Specifies product specific payload.",
|
761 | 821 | "id": "GoogleCloudPaymentsResellerSubscriptionV1ProductPayload",
|
|
0 commit comments