Rakuten RMS WEB API client for .NET
Inquiry
Namespace: Rakuten.RMS.Api.InquiryManagementAPI
public class Inquiry
Properties
attachments
attachments 添付ファイル
public List<Attachment> attachments { get; set; }
Property Value
category
問い合わせカテゴリ
public string category { get; set; }
Property Value
completedDate
処理完了日時
public Nullable<DateTime> completedDate { get; set; }
Property Value
inquiryNumber
問い合わせ番号
public string inquiryNumber { get; set; }
Property Value
isCompleted
処理完了フラグ
public bool isCompleted { get; set; }
Property Value
isMessageDeleted
メッセージ削除 boolean メッセージが楽天によって削除されたか否かを表します。
public bool isMessageDeleted { get; set; }
Property Value
itemName
商品名
public string itemName { get; set; }
Property Value
itemNumber
商品番号
public string itemNumber { get; set; }
Property Value
itemUrl
商品URL
public string itemUrl { get; set; }
Property Value
lastUpdateDate
最終更新日
public DateTime lastUpdateDate { get; set; }
Property Value
message
メッセージ
public string message { get; set; }
Property Value
orderNumber
受注番号
public string orderNumber { get; set; }
Property Value
readByMerchant
店舗既読フラグ
public bool readByMerchant { get; set; }
Property Value
regDate
問い合わせ日時
public DateTime regDate { get; set; }
Property Value
replies
返信
public List<Reply> replies { get; set; }
Property Value
shopId
店舗ID
public int shopId { get; set; }
Property Value
type
問い合わせタイプ
public string type { get; set; }
Property Value
userMaskEmail
ユーザーマスクメールアドレス
public string userMaskEmail { get; set; }
Property Value
userName
ユーザ氏名
public string userName { get; set; }
Property Value
Constructors
Inquiry()
public Inquiry()