Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


GetInquiriesResponse

Namespace: Rakuten.RMS.Api.InquiryManagementAPI

public class GetInquiriesResponse

Inheritance ObjectGetInquiriesResponse

Properties

list

public List<Inquiry> list { get; set; }

Property Value

List<Inquiry>

page

public int page { get; set; }

Property Value

Int32

totalCount

public int totalCount { get; set; }

Property Value

Int32

totalPageCount

public int totalPageCount { get; set; }

Property Value

Int32

Constructors

GetInquiriesResponse()

public GetInquiriesResponse()

< クラス一覧