Rakuten RMS WEB API client for .NET
ReplyResult
Namespace: Rakuten.RMS.Api.InquiryManagementAPI
public class ReplyResult
Inheritance Object → ReplyResult
Properties
attachments
public List<Attachment> attachments { get; set; }
Property Value
inquiryNumber
public string inquiryNumber { get; set; }
Property Value
isRead
public bool isRead { get; set; }
Property Value
message
public string message { get; set; }
Property Value
regDate
public DateTime regDate { get; set; }
Property Value
replyFrom
public string replyFrom { get; set; }
Property Value
Constructors
ReplyResult()
public ReplyResult()