Table of Contents

Class FulfillmentUpdatePackageDeliveryStatusRequest.Types.Package

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

Constructors

Package()

public Package()

Properties

AttachmentFileType

获取或设置附件文件类型。

[JsonPropertyName("file_type")]
public int? AttachmentFileType { get; set; }

Property Value

int?

AttachmentFileUrl

获取或设置附件文件 URL。

[JsonPropertyName("file_url")]
public string? AttachmentFileUrl { get; set; }

Property Value

string

DeliveryType

获取或设置配送类型。

[JsonPropertyName("delivery_type")]
public int? DeliveryType { get; set; }

Property Value

int?

PackageId

获取或设置包裹 ID。

[JsonPropertyName("package_id")]
public string PackageId { get; set; }

Property Value

string

ReasonCode

获取或设置原因编码。

[JsonPropertyName("reason")]
public int? ReasonCode { get; set; }

Property Value

int?