diff --git a/CHANGELOG b/CHANGELOG index 1a99bb7a9..e5e42480a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2024-12-13 Version: 2.0.32 +- Update DescribeApiMetering API. + 2024-12-06 Version: 2.16.29 -Release GetJobDetail, ListJobInfo. -Modify GetTranscodeTask. diff --git a/aliyun-net-sdk-market/Market/Model/V20151101/DescribeOrderForIsvResponse.cs b/aliyun-net-sdk-market/Market/Model/V20151101/DescribeOrderForIsvResponse.cs index 9283cfb67..6e831be64 100644 --- a/aliyun-net-sdk-market/Market/Model/V20151101/DescribeOrderForIsvResponse.cs +++ b/aliyun-net-sdk-market/Market/Model/V20151101/DescribeOrderForIsvResponse.cs @@ -24,305 +24,5 @@ namespace Aliyun.Acs.Market.Model.V20151101 { public class DescribeOrderForIsvResponse : AcsResponse { - - private string productName; - - private float? originalPrice; - - private long? aliUid; - - private float? couponPrice; - - private long? accountQuantity; - - private string periodType; - - private string payStatus; - - private float? paymentPrice; - - private string orderStatus; - - private string productSkuCode; - - private long? paidOn; - - private string components; - - private long? createdOn; - - private string orderType; - - private float? totalPrice; - - private int? quantity; - - private long? orderId; - - private string productCode; - - private string requestId; - - private List instanceIds; - - [JsonProperty(PropertyName = "ProductName")] - public string ProductName - { - get - { - return productName; - } - set - { - productName = value; - } - } - - [JsonProperty(PropertyName = "OriginalPrice")] - public float? OriginalPrice - { - get - { - return originalPrice; - } - set - { - originalPrice = value; - } - } - - [JsonProperty(PropertyName = "AliUid")] - public long? AliUid - { - get - { - return aliUid; - } - set - { - aliUid = value; - } - } - - [JsonProperty(PropertyName = "CouponPrice")] - public float? CouponPrice - { - get - { - return couponPrice; - } - set - { - couponPrice = value; - } - } - - [JsonProperty(PropertyName = "AccountQuantity")] - public long? AccountQuantity - { - get - { - return accountQuantity; - } - set - { - accountQuantity = value; - } - } - - [JsonProperty(PropertyName = "PeriodType")] - public string PeriodType - { - get - { - return periodType; - } - set - { - periodType = value; - } - } - - [JsonProperty(PropertyName = "PayStatus")] - public string PayStatus - { - get - { - return payStatus; - } - set - { - payStatus = value; - } - } - - [JsonProperty(PropertyName = "PaymentPrice")] - public float? PaymentPrice - { - get - { - return paymentPrice; - } - set - { - paymentPrice = value; - } - } - - [JsonProperty(PropertyName = "OrderStatus")] - public string OrderStatus - { - get - { - return orderStatus; - } - set - { - orderStatus = value; - } - } - - [JsonProperty(PropertyName = "ProductSkuCode")] - public string ProductSkuCode - { - get - { - return productSkuCode; - } - set - { - productSkuCode = value; - } - } - - [JsonProperty(PropertyName = "PaidOn")] - public long? PaidOn - { - get - { - return paidOn; - } - set - { - paidOn = value; - } - } - - [JsonProperty(PropertyName = "Components")] - public string Components - { - get - { - return components; - } - set - { - components = value; - } - } - - [JsonProperty(PropertyName = "CreatedOn")] - public long? CreatedOn - { - get - { - return createdOn; - } - set - { - createdOn = value; - } - } - - [JsonProperty(PropertyName = "OrderType")] - public string OrderType - { - get - { - return orderType; - } - set - { - orderType = value; - } - } - - [JsonProperty(PropertyName = "TotalPrice")] - public float? TotalPrice - { - get - { - return totalPrice; - } - set - { - totalPrice = value; - } - } - - [JsonProperty(PropertyName = "Quantity")] - public int? Quantity - { - get - { - return quantity; - } - set - { - quantity = value; - } - } - - [JsonProperty(PropertyName = "OrderId")] - public long? OrderId - { - get - { - return orderId; - } - set - { - orderId = value; - } - } - - [JsonProperty(PropertyName = "ProductCode")] - public string ProductCode - { - get - { - return productCode; - } - set - { - productCode = value; - } - } - - [JsonProperty(PropertyName = "RequestId")] - public string RequestId - { - get - { - return requestId; - } - set - { - requestId = value; - } - } - - [JsonProperty(PropertyName = "InstanceIds")] - public List InstanceIds - { - get - { - return instanceIds; - } - set - { - instanceIds = value; - } - } } } diff --git a/aliyun-net-sdk-market/Market/Transform/V20151101/DescribeOrderForIsvResponseUnmarshaller.cs b/aliyun-net-sdk-market/Market/Transform/V20151101/DescribeOrderForIsvResponseUnmarshaller.cs index 6346c0d78..e9aff784f 100644 --- a/aliyun-net-sdk-market/Market/Transform/V20151101/DescribeOrderForIsvResponseUnmarshaller.cs +++ b/aliyun-net-sdk-market/Market/Transform/V20151101/DescribeOrderForIsvResponseUnmarshaller.cs @@ -30,32 +30,7 @@ public static DescribeOrderForIsvResponse Unmarshall(UnmarshallerContext _ctx) { DescribeOrderForIsvResponse describeOrderForIsvResponse = new DescribeOrderForIsvResponse(); - describeOrderForIsvResponse.HttpResponse = _ctx.HttpResponse; - describeOrderForIsvResponse.ProductName = _ctx.StringValue("DescribeOrderForIsv.ProductName"); - describeOrderForIsvResponse.OriginalPrice = _ctx.FloatValue("DescribeOrderForIsv.OriginalPrice"); - describeOrderForIsvResponse.AliUid = _ctx.LongValue("DescribeOrderForIsv.AliUid"); - describeOrderForIsvResponse.CouponPrice = _ctx.FloatValue("DescribeOrderForIsv.CouponPrice"); - describeOrderForIsvResponse.AccountQuantity = _ctx.LongValue("DescribeOrderForIsv.AccountQuantity"); - describeOrderForIsvResponse.PeriodType = _ctx.StringValue("DescribeOrderForIsv.PeriodType"); - describeOrderForIsvResponse.PayStatus = _ctx.StringValue("DescribeOrderForIsv.PayStatus"); - describeOrderForIsvResponse.PaymentPrice = _ctx.FloatValue("DescribeOrderForIsv.PaymentPrice"); - describeOrderForIsvResponse.OrderStatus = _ctx.StringValue("DescribeOrderForIsv.OrderStatus"); - describeOrderForIsvResponse.ProductSkuCode = _ctx.StringValue("DescribeOrderForIsv.ProductSkuCode"); - describeOrderForIsvResponse.PaidOn = _ctx.LongValue("DescribeOrderForIsv.PaidOn"); - describeOrderForIsvResponse.Components = _ctx.StringValue("DescribeOrderForIsv.Components"); - describeOrderForIsvResponse.CreatedOn = _ctx.LongValue("DescribeOrderForIsv.CreatedOn"); - describeOrderForIsvResponse.OrderType = _ctx.StringValue("DescribeOrderForIsv.OrderType"); - describeOrderForIsvResponse.TotalPrice = _ctx.FloatValue("DescribeOrderForIsv.TotalPrice"); - describeOrderForIsvResponse.Quantity = _ctx.IntegerValue("DescribeOrderForIsv.Quantity"); - describeOrderForIsvResponse.OrderId = _ctx.LongValue("DescribeOrderForIsv.OrderId"); - describeOrderForIsvResponse.ProductCode = _ctx.StringValue("DescribeOrderForIsv.ProductCode"); - describeOrderForIsvResponse.RequestId = _ctx.StringValue("DescribeOrderForIsv.RequestId"); - - List describeOrderForIsvResponse_instanceIds = new List(); - for (int i = 0; i < _ctx.Length("DescribeOrderForIsv.InstanceIds.Length"); i++) { - describeOrderForIsvResponse_instanceIds.Add(_ctx.StringValue("DescribeOrderForIsv.InstanceIds["+ i +"]")); - } - describeOrderForIsvResponse.InstanceIds = describeOrderForIsvResponse_instanceIds; + describeOrderForIsvResponse.HttpResponse = _ctx.HttpResponse; return describeOrderForIsvResponse; } diff --git a/aliyun-net-sdk-market/aliyun-net-sdk-market.vs2017.csproj b/aliyun-net-sdk-market/aliyun-net-sdk-market.vs2017.csproj index d64c172fd..89694fee6 100644 --- a/aliyun-net-sdk-market/aliyun-net-sdk-market.vs2017.csproj +++ b/aliyun-net-sdk-market/aliyun-net-sdk-market.vs2017.csproj @@ -3,7 +3,7 @@ netstandard2.0;net45 Aliyun.Acs.Market - 2.0.31 + 2.0.32 Alibaba Cloud ©2009-2019 Alibaba Cloud false