Rakuten RMS WEB API client for .NET
ItemModelToGet
Namespace: Rakuten.RMS.Api.ItemAPI
public class ItemModelToGet : ItemModelBase
Inheritance Object → ItemModelSimpleBase → ItemModelBase → ItemModelToGet
Properties
asurakuDeliveryId
public string asurakuDeliveryId { get; set; }
Property Value
catalogId
public string catalogId { get; set; }
Property Value
catalogIdExemptionReason
public int catalogIdExemptionReason { get; set; }
Property Value
catchCopyForMobile
public string catchCopyForMobile { get; set; }
Property Value
catchCopyForPC
public string catchCopyForPC { get; set; }
Property Value
Categories
public categoryInfo[] Categories { get; set; }
Property Value
deliverySetId
public int deliverySetId { get; set; }
Property Value
descriptionBySalesMethod
public string descriptionBySalesMethod { get; set; }
Property Value
descriptionForPC
public string descriptionForPC { get; set; }
Property Value
descriptionForSmartPhone
public string descriptionForSmartPhone { get; set; }
Property Value
detailSellType
public int detailSellType { get; set; }
Property Value
displayMakerContents
public bool displayMakerContents { get; set; }
Property Value
displayPrice
public int displayPrice { get; set; }
Property Value
genreId
public int genreId { get; set; }
Property Value
Images
public itemGetResultItemImage[] Images { get; set; }
Property Value
isDepot
public bool isDepot { get; set; }
Property Value
isDocumentButton
public bool isDocumentButton { get; set; }
Property Value
isIncludedCashOnDeliveryPostage
public bool isIncludedCashOnDeliveryPostage { get; set; }
Property Value
isIncludedPostage
public bool isIncludedPostage { get; set; }
Property Value
isIncludedTax
public bool isIncludedTax { get; set; }
Property Value
isInquiryButton
public bool isInquiryButton { get; set; }
Property Value
isNoshiEnable
public bool isNoshiEnable { get; set; }
Property Value
isSaleButton
public bool isSaleButton { get; set; }
Property Value
isSingleItemShipping
public bool isSingleItemShipping { get; set; }
Property Value
isStockNoticeButton
public bool isStockNoticeButton { get; set; }
Property Value
isTimeSale
public bool isTimeSale { get; set; }
Property Value
isUnavailableForSearch
public bool isUnavailableForSearch { get; set; }
Property Value
itemLayout
public int itemLayout { get; set; }
Property Value
itemName
public string itemName { get; set; }
Property Value
itemNumber
public string itemNumber { get; set; }
Property Value
itemPrice
public int itemPrice { get; set; }
Property Value
itemUrl
public string itemUrl { get; set; }
Property Value
itemWeight
public int itemWeight { get; set; }
Property Value
layoutCommonId
public int layoutCommonId { get; set; }
Property Value
layoutMapId
public int layoutMapId { get; set; }
Property Value
limitedPasswd
public string limitedPasswd { get; set; }
Property Value
lossLeaderId
public int lossLeaderId { get; set; }
Property Value
Medicine
public medicine Medicine { get; set; }
Property Value
movieUrl
public string movieUrl { get; set; }
Property Value
Options
public itemGetResultItemOption[] Options { get; set; }
Property Value
orderLimit
public int orderLimit { get; set; }
Property Value
Point
public point Point { get; set; }
Property Value
postage
public int postage { get; set; }
Property Value
postageSegment1
public int postageSegment1 { get; set; }
Property Value
postageSegment2
public int postageSegment2 { get; set; }
Property Value
releaseDate
public Nullable<DateTime> releaseDate { get; set; }
Property Value
reviewDisp
public int reviewDisp { get; set; }
Property Value
shopAreaSoryoPatternId
public int shopAreaSoryoPatternId { get; set; }
Property Value
singleItemShippingReason
public int singleItemShippingReason { get; set; }
Property Value
sizeChartLinkCode
public string sizeChartLinkCode { get; set; }
Property Value
TagIds
public String[] TagIds { get; set; }
Property Value
taxRate
public double taxRate { get; set; }
Property Value
textLargeId
public int textLargeId { get; set; }
Property Value
textSmallId
public int textSmallId { get; set; }
Property Value
timeSaleEndDateTime
public Nullable<DateTime> timeSaleEndDateTime { get; set; }
Property Value
timeSaleStartDateTime
public Nullable<DateTime> timeSaleStartDateTime { get; set; }
Property Value
whiteBgImageUrl
public string whiteBgImageUrl { get; set; }
Property Value
Constructors
ItemModelToGet()
public ItemModelToGet()