Rakuten RMS WEB API client for .NET
BuyingClub
Namespace: Rakuten.RMS.Api.ItemAPI20
public class BuyingClub
Inheritance Object → BuyingClub
Properties
displayItems
商品内訳情報の表示(商品ページへの表示)
public Nullable<Boolean> displayItems { get; set; }
Property Value
items
商品内訳情報
public List<String> items { get; set; }
Property Value
numberOfDeliveries
お届け回数
public Nullable<Int32> numberOfDeliveries { get; set; }
Property Value
shippingDateFlag
public Nullable<Boolean> shippingDateFlag { get; set; }
Property Value
shippingIntervalFlag
public Nullable<Boolean> shippingIntervalFlag { get; set; }
Property Value
Constructors
BuyingClub()
public BuyingClub()