Rakuten RMS WEB API client for .NET
NaviButtonInfo
Namespace: Rakuten.RMS.Api.ShopAPI
public class NaviButtonInfo
Inheritance Object → NaviButtonInfo
Properties
buttonBgcolor
背景色 String 6 No
public string buttonBgcolor { get; set; }
Property Value
buttonOrder
public int buttonOrder { get; set; }
Property Value
buttonText
public string buttonText { get; set; }
Property Value
buttonTextFont
public int buttonTextFont { get; set; }
Property Value
buttonTextSize
public long buttonTextSize { get; set; }
Property Value
href
リンク先ページ Short 5 Yes 1: 買い物かご 2: 会社概要 3: 決済・配送・返品 6: R-Mail購読申込み 7: 商品検索 9: 楽天市場 10: その他のリンク先 12: カテゴリトップ 13: 店舗トップ
public int href { get; set; }
Property Value
href2
「その他のリンク先」の場合のURL String 255 No
public string href2 { get; set; }
Property Value
imgPath
public string imgPath { get; set; }
Property Value
imgType
public int imgType { get; set; }
Property Value
marginHeight
枠線から文字までの間隔(縦)
public long marginHeight { get; set; }
Property Value
marginWidth
public long marginWidth { get; set; }
Property Value
naviId
public long naviId { get; set; }
Property Value
outsideFrame
形状 Short 5 No 1: 平面
public int outsideFrame { get; set; }
Property Value
textColor
文字色 String 6 No
public string textColor { get; set; }
Property Value
Constructors
NaviButtonInfo()
public NaviButtonInfo()