Table of Contents

Class FinanceSearchTransactionsResponse.Types.Data.Types.Transaction

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class FinanceSearchTransactionsResponse.Types.Data.Types.Transaction
Inheritance
FinanceSearchTransactionsResponse.Types.Data.Types.Transaction
Inherited Members

Constructors

Transaction()

public Transaction()

Properties

Amount

获取或设置退款金额。

[JsonPropertyName("transaction_amount")]
[JsonConverter(typeof(TextualNumberReadOnlyConverter))]
public decimal Amount { get; set; }

Property Value

decimal

Currency

获取或设置币种。

[JsonPropertyName("transaction_currency")]
public string Currency { get; set; }

Property Value

string

TransactionStatus

获取或设置交易状态。

[JsonPropertyName("transaction_status")]
public int TransactionStatus { get; set; }

Property Value

int

TransactionTimestamp

获取或设置交易时间戳。

[JsonPropertyName("transaction_time")]
public long TransactionTimestamp { get; set; }

Property Value

long

TransactionType

获取或设置交易类型。

[JsonPropertyName("transaction_type")]
public int TransactionType { get; set; }

Property Value

int