Table of Contents

Class OrderGetOrderDetailResponse.Types.Data.Types.Order.Types.OrderLine.Types.ItemTax

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
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

decimal

TaxType

获取或设置税费类型。

[JsonPropertyName("tax_type")]
public int TaxType { get; set; }

Property Value

int