Class FinanceSearchTransactionsResponse.Types.Data.Types.Transaction
- 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
Currency
获取或设置币种。
[JsonPropertyName("transaction_currency")]
public string Currency { get; set; }
Property Value
TransactionStatus
获取或设置交易状态。
[JsonPropertyName("transaction_status")]
public int TransactionStatus { get; set; }
Property Value
TransactionTimestamp
获取或设置交易时间戳。
[JsonPropertyName("transaction_time")]
public long TransactionTimestamp { get; set; }
Property Value
TransactionType
获取或设置交易类型。
[JsonPropertyName("transaction_type")]
public int TransactionType { get; set; }