Class FulfillmentGetShippingServiceResponse.Types.Data.Types.ShippingServiceInfo
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class FulfillmentGetShippingServiceResponse.Types.Data.Types.ShippingServiceInfo
- Inheritance
-
FulfillmentGetShippingServiceResponse.Types.Data.Types.ShippingServiceInfo
- Derived
- Inherited Members
Constructors
ShippingServiceInfo()
public ShippingServiceInfo()
Properties
Currency
获取或设置价格币种。
[JsonPropertyName("currency")]
public string Currency { get; set; }
Property Value
DeliveryTimestampEnd
获取或设置预计最晚运输时间戳。
[JsonPropertyName("delivery_time_end")]
public int DeliveryTimestampEnd { get; set; }
Property Value
DeliveryTimestampStart
获取或设置预计最早运输时间戳。
[JsonPropertyName("delivery_time_start")]
public int DeliveryTimestampStart { get; set; }
Property Value
IsDefault
获取或设置是否默认。
[JsonPropertyName("is_default")]
public bool? IsDefault { get; set; }
Property Value
- bool?
Price
获取或设置价格。
[JsonPropertyName("price")]
[JsonConverter(typeof(TextualNumberReadOnlyConverter))]
public decimal Price { get; set; }
Property Value
ProviderId
获取或设置运输服务商 ID。
[JsonPropertyName("provider_id")]
public string? ProviderId { get; set; }
Property Value
ProviderName
获取或设置运输服务商名称
[JsonPropertyName("provider_name")]
public string? ProviderName { get; set; }
Property Value
ServiceId
获取或设置服务 ID。
[JsonPropertyName("id")]
public string ServiceId { get; set; }
Property Value
ServiceName
获取或设置服务名称。
[JsonPropertyName("name")]
public string ServiceName { get; set; }