Rakuten RMS WEB API client for .NET
GetInquiriesResponse
Namespace: Rakuten.RMS.Api.InquiryManagementAPI
public class GetInquiriesResponse
Inheritance Object → GetInquiriesResponse
Properties
list
public List<Inquiry> list { get; set; }
Property Value
page
public int page { get; set; }
Property Value
totalCount
public int totalCount { get; set; }
Property Value
totalPageCount
public int totalPageCount { get; set; }
Property Value
Constructors
GetInquiriesResponse()
public GetInquiriesResponse()