Rakuten RMS WEB API client for .NET
SearchResponse
Namespace: Rakuten.RMS.Api.CouponAPI
public class SearchResponse : ResultContainer<SearchedCoupons>
Inheritance Object → ResultBase → ResultWithErrorsBase → ResultContainer<SearchedCoupons> → SearchResponse
Properties
allCount
public int allCount { get; set; }
Property Value
Content
public SearchedCoupons Content { get; set; }
Property Value
Errors
public List<Error> Errors { get; set; }
Property Value
Status
public XmlStatus Status { get; set; }
Property Value
Constructors
SearchResponse()
public SearchResponse()