Class FulfillmentGetPackagePickupConfigResponse.Types.Data.Types.PickupTime
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class FulfillmentGetPackagePickupConfigResponse.Types.Data.Types.PickupTime
- Inheritance
-
FulfillmentGetPackagePickupConfigResponse.Types.Data.Types.PickupTime
- Inherited Members
Constructors
PickupTime()
public PickupTime()
Properties
EndTimestamp
获取或设置结束时间戳。
[JsonPropertyName("end_time")]
public long EndTimestamp { get; set; }
Property Value
IsAvaliable
获取或设置是否可预约。
[JsonPropertyName("avaliable")]
public bool IsAvaliable { get; set; }
Property Value
StartTimestamp
获取或设置开始时间戳。
[JsonPropertyName("start_time")]
public long StartTimestamp { get; set; }