tencentcloud-sdk-nodejs-batch 4.0.289 → 4.0.293

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2043,86 +2043,86 @@ export interface ItemPrice {
2043
2043
  * 折扣,如20.0代表2折。
2044
2044
  注意:此字段可能返回 null,表示取不到有效值。
2045
2045
  */
2046
- Discount: number;
2046
+ Discount?: number;
2047
2047
  /**
2048
2048
  * 后续合计费用的折扣价,后付费模式使用,单位:元<br><li>如返回了其他时间区间项,如UnitPriceDiscountSecondStep,则本项代表时间区间在(0, 96)小时;若未返回其他时间区间项,则本项代表全时段,即(0, ∞)小时
2049
2049
  注意:此字段可能返回 null,表示取不到有效值。
2050
2050
  */
2051
- UnitPriceDiscount: number;
2051
+ UnitPriceDiscount?: number;
2052
2052
  /**
2053
2053
  * 使用时间区间在(96, 360)小时的后续合计费用的原价,后付费模式使用,单位:元。
2054
2054
  注意:此字段可能返回 null,表示取不到有效值。
2055
2055
  */
2056
- UnitPriceSecondStep: number;
2056
+ UnitPriceSecondStep?: number;
2057
2057
  /**
2058
2058
  * 使用时间区间在(96, 360)小时的后续合计费用的折扣价,后付费模式使用,单位:元
2059
2059
  注意:此字段可能返回 null,表示取不到有效值。
2060
2060
  */
2061
- UnitPriceDiscountSecondStep: number;
2061
+ UnitPriceDiscountSecondStep?: number;
2062
2062
  /**
2063
2063
  * 使用时间区间在(360, ∞)小时的后续合计费用的原价,后付费模式使用,单位:元。
2064
2064
  注意:此字段可能返回 null,表示取不到有效值。
2065
2065
  */
2066
- UnitPriceThirdStep: number;
2066
+ UnitPriceThirdStep?: number;
2067
2067
  /**
2068
2068
  * 使用时间区间在(360, ∞)小时的后续合计费用的折扣价,后付费模式使用,单位:元
2069
2069
  注意:此字段可能返回 null,表示取不到有效值。
2070
2070
  */
2071
- UnitPriceDiscountThirdStep: number;
2071
+ UnitPriceDiscountThirdStep?: number;
2072
2072
  /**
2073
2073
  * 预支三年合计费用的原价,预付费模式使用,单位:元。
2074
2074
  注意:此字段可能返回 null,表示取不到有效值。
2075
2075
  注意:此字段可能返回 null,表示取不到有效值。
2076
2076
  */
2077
- OriginalPriceThreeYear: number;
2077
+ OriginalPriceThreeYear?: number;
2078
2078
  /**
2079
2079
  * 预支三年合计费用的折扣价,预付费模式使用,单位:元。
2080
2080
  注意:此字段可能返回 null,表示取不到有效值。
2081
2081
  注意:此字段可能返回 null,表示取不到有效值。
2082
2082
  */
2083
- DiscountPriceThreeYear: number;
2083
+ DiscountPriceThreeYear?: number;
2084
2084
  /**
2085
2085
  * 预支三年应用的折扣,如20.0代表2折。
2086
2086
  注意:此字段可能返回 null,表示取不到有效值。
2087
2087
  注意:此字段可能返回 null,表示取不到有效值。
2088
2088
  */
2089
- DiscountThreeYear: number;
2089
+ DiscountThreeYear?: number;
2090
2090
  /**
2091
2091
  * 预支五年合计费用的原价,预付费模式使用,单位:元。
2092
2092
  注意:此字段可能返回 null,表示取不到有效值。
2093
2093
  注意:此字段可能返回 null,表示取不到有效值。
2094
2094
  */
2095
- OriginalPriceFiveYear: number;
2095
+ OriginalPriceFiveYear?: number;
2096
2096
  /**
2097
2097
  * 预支五年合计费用的折扣价,预付费模式使用,单位:元。
2098
2098
  注意:此字段可能返回 null,表示取不到有效值。
2099
2099
  注意:此字段可能返回 null,表示取不到有效值。
2100
2100
  */
2101
- DiscountPriceFiveYear: number;
2101
+ DiscountPriceFiveYear?: number;
2102
2102
  /**
2103
2103
  * 预支五年应用的折扣,如20.0代表2折。
2104
2104
  注意:此字段可能返回 null,表示取不到有效值。
2105
2105
  注意:此字段可能返回 null,表示取不到有效值。
2106
2106
  */
2107
- DiscountFiveYear: number;
2107
+ DiscountFiveYear?: number;
2108
2108
  /**
2109
2109
  * 预支一年合计费用的原价,预付费模式使用,单位:元。
2110
2110
  注意:此字段可能返回 null,表示取不到有效值。
2111
2111
  注意:此字段可能返回 null,表示取不到有效值。
2112
2112
  */
2113
- OriginalPriceOneYear: number;
2113
+ OriginalPriceOneYear?: number;
2114
2114
  /**
2115
2115
  * 预支一年合计费用的折扣价,预付费模式使用,单位:元。
2116
2116
  注意:此字段可能返回 null,表示取不到有效值。
2117
2117
  注意:此字段可能返回 null,表示取不到有效值。
2118
2118
  */
2119
- DiscountPriceOneYear: number;
2119
+ DiscountPriceOneYear?: number;
2120
2120
  /**
2121
2121
  * 预支一年应用的折扣,如20.0代表2折。
2122
2122
  注意:此字段可能返回 null,表示取不到有效值。
2123
2123
  注意:此字段可能返回 null,表示取不到有效值。
2124
2124
  */
2125
- DiscountOneYear: number;
2125
+ DiscountOneYear?: number;
2126
2126
  }
2127
2127
  /**
2128
2128
  * 描述实例机型配额信息。