Class OrderGetOrderDetailResponse.Types.Data.Types.Order.Types.OrderLine.Types.ItemTax
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class OrderGetOrderDetailResponse.Types.Data.Types.Order.Types.OrderLine.Types.ItemTax
- Inheritance
-
OrderGetOrderDetailResponse.Types.Data.Types.Order.Types.OrderLine.Types.ItemTax
- Inherited Members
Constructors
ItemTax()
public ItemTax()
Properties
TaxAmount
获取或设置税费金额。
[JsonPropertyName("tax_amount")]
[JsonConverter(typeof(TextualNumberReadOnlyConverter))]
public decimal TaxAmount { get; set; }
Property Value
TaxType
获取或设置税费类型。
[JsonPropertyName("tax_type")]
public int TaxType { get; set; }