Table of Contents

Class FulfillmentGetPackagePickupConfigResponse.Types.Data

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

Constructors

Data()

public Data()

Properties

DropOffPointUrl

获取或设置网点交货 URL。

[JsonPropertyName("drop_off_point_url")]
public string? DropOffPointUrl { get; set; }

Property Value

string

IsDropOff

获取或设置是否支持网点交货。

[JsonPropertyName("is_drop_off")]
public bool IsDropOff { get; set; }

Property Value

bool

IsPickUp

获取或设置是否支持上门提货。

[JsonPropertyName("is_pick_up")]
public bool IsPickUp { get; set; }

Property Value

bool

IsVanCollection

[JsonPropertyName("is_van_collection")]
public bool? IsVanCollection { get; set; }

Property Value

bool?

PickupTimeList

获取或设置上门提货时间列表。

[JsonPropertyName("pick_up_time_list")]
public FulfillmentGetPackagePickupConfigResponse.Types.Data.Types.PickupTime[]? PickupTimeList { get; set; }

Property Value

PickupTime[]