Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


DeliveryModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class DeliveryModel

Inheritance ObjectDeliveryModel

Properties

deliveryClass

配送区分 0: 選択なし 1: 普通 2: 冷蔵 3: 冷凍 4: その他1 5: その他2 6: その他3 7: その他4 8: その他5

public Nullable<Int32> deliveryClass { get; set; }

Property Value

Nullable<Int32>

deliveryName

以下のいずれか ・宅配便 ・小型宅配便 ・大型宅配便 ・クール便 ・メール便 ・国際配送 ・コンビニ受取 ・ロッカー受取 ・店頭受取 ・発送を伴わない ・郵便局受取

public string deliveryName { get; set; }

Property Value

String

Constructors

DeliveryModel()

public DeliveryModel()

< クラス一覧