Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ReplyResult

Namespace: Rakuten.RMS.Api.InquiryManagementAPI

public class ReplyResult

Inheritance ObjectReplyResult

Properties

attachments

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

Property Value

List<Attachment>

inquiryNumber

public string inquiryNumber { get; set; }

Property Value

String

isRead

public bool isRead { get; set; }

Property Value

Boolean

message

public string message { get; set; }

Property Value

String

regDate

public DateTime regDate { get; set; }

Property Value

DateTime

replyFrom

public string replyFrom { get; set; }

Property Value

String

Constructors

ReplyResult()

public ReplyResult()

< クラス一覧