Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


Inquiry

Namespace: Rakuten.RMS.Api.InquiryManagementAPI

public class Inquiry

Inheritance ObjectInquiry

Properties

attachments

attachments 添付ファイル

public List<Attachment> attachments { get; set; }

Property Value

List<Attachment>

category

問い合わせカテゴリ

public string category { get; set; }

Property Value

String

completedDate

処理完了日時

public Nullable<DateTime> completedDate { get; set; }

Property Value

Nullable<DateTime>

inquiryNumber

問い合わせ番号

public string inquiryNumber { get; set; }

Property Value

String

isCompleted

処理完了フラグ

public bool isCompleted { get; set; }

Property Value

Boolean

isMessageDeleted

メッセージ削除 boolean メッセージが楽天によって削除されたか否かを表します。

public bool isMessageDeleted { get; set; }

Property Value

Boolean

itemName

商品名

public string itemName { get; set; }

Property Value

String

itemNumber

商品番号

public string itemNumber { get; set; }

Property Value

String

itemUrl

商品URL

public string itemUrl { get; set; }

Property Value

String

lastUpdateDate

最終更新日

public DateTime lastUpdateDate { get; set; }

Property Value

DateTime

message

メッセージ

public string message { get; set; }

Property Value

String

orderNumber

受注番号

public string orderNumber { get; set; }

Property Value

String

readByMerchant

店舗既読フラグ

public bool readByMerchant { get; set; }

Property Value

Boolean

regDate

問い合わせ日時

public DateTime regDate { get; set; }

Property Value

DateTime

replies

返信

public List<Reply> replies { get; set; }

Property Value

List<Reply>

shopId

店舗ID

public int shopId { get; set; }

Property Value

Int32

type

問い合わせタイプ

public string type { get; set; }

Property Value

String

userMaskEmail

ユーザーマスクメールアドレス

public string userMaskEmail { get; set; }

Property Value

String

userName

ユーザ氏名

public string userName { get; set; }

Property Value

String

Constructors

Inquiry()

public Inquiry()

< クラス一覧