Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


BuyingClub

Namespace: Rakuten.RMS.Api.ItemAPI20

public class BuyingClub

Inheritance ObjectBuyingClub

Properties

displayItems

商品内訳情報の表示(商品ページへの表示)

public Nullable<Boolean> displayItems { get; set; }

Property Value

Nullable<Boolean>

items

商品内訳情報

public List<String> items { get; set; }

Property Value

List<String>

numberOfDeliveries

お届け回数

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

Property Value

Nullable<Int32>

shippingDateFlag

public Nullable<Boolean> shippingDateFlag { get; set; }

Property Value

Nullable<Boolean>

shippingIntervalFlag

public Nullable<Boolean> shippingIntervalFlag { get; set; }

Property Value

Nullable<Boolean>

Constructors

BuyingClub()

public BuyingClub()

< クラス一覧