Skip to content

Commit

Permalink
Update GoodLifeFulfilmentCertificatePrepareV1Response.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
fudiwei authored Oct 26, 2023
1 parent de22486 commit 2b07d8a
Showing 1 changed file with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Amount
public int OriginalAmount { get; set; }

/// <summary>
/// 券划线价金额,单位分
/// 获取或设置券划线价金额(单位:分)
/// </summary>
[Newtonsoft.Json.JsonProperty("list_market_amount")]
[System.Text.Json.Serialization.JsonPropertyName("list_market_amount")]
Expand All @@ -39,7 +39,7 @@ public class Amount
public int PayAmount { get; set; }

/// <summary>
/// 券实付金额(=用户实付金额+支付优惠金额),单位分
/// 获取或设置券实付金额(单位:分)
/// </summary>
[Newtonsoft.Json.JsonProperty("coupon_pay_amount")]
[System.Text.Json.Serialization.JsonPropertyName("coupon_pay_amount")]
Expand All @@ -60,7 +60,7 @@ public class Amount
public int PaymentDiscountAmount { get; set; }

/// <summary>
/// 平台优惠金额,单位分
/// 获取或设置平台优惠金额(单位:分)
/// </summary>
[Newtonsoft.Json.JsonProperty("platform_discount_amount")]
[System.Text.Json.Serialization.JsonPropertyName("platform_discount_amount")]
Expand Down Expand Up @@ -112,21 +112,14 @@ public class SKU
public string? OutSKUId { get; set; }

/// <summary>
/// 商家团购账号id
/// 获取或设置券商家团购账号 ID
/// </summary>
[Newtonsoft.Json.JsonProperty("account_id")]
[System.Text.Json.Serialization.JsonPropertyName("account_id")]
public string? AccountId { get; set; }
}
}

///// <summary>
///// 券id。
///// </summary>
//[Newtonsoft.Json.JsonProperty("certificate_id")]
//[System.Text.Json.Serialization.JsonPropertyName("certificate_id")]
//public long CertificateId { get; set; } = default!;

/// <summary>
/// 获取或设置加密券码。
/// </summary>
Expand Down Expand Up @@ -172,7 +165,7 @@ public class SKU
public string VerifyToken { get; set; } = default!;

/// <summary>
/// 抖音订单id
/// 获取或设置抖音订单 ID。
/// </summary>
[Newtonsoft.Json.JsonProperty("order_id")]
[System.Text.Json.Serialization.JsonPropertyName("order_id")]
Expand Down

0 comments on commit 2b07d8a

Please sign in to comment.