Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


SearchThanksCouponResponse

Namespace: Rakuten.RMS.Api.CouponAPI

public class SearchThanksCouponResponse : ResultContainer<SearchedThanksCoupons>

Inheritance ObjectResultBaseResultWithErrorsBaseResultContainer<SearchedThanksCoupons>SearchThanksCouponResponse

Properties

allCount

public int allCount { get; set; }

Property Value

Int32

Content

public SearchedThanksCoupons Content { get; set; }

Property Value

SearchedThanksCoupons

Errors

public List<Error> Errors { get; set; }

Property Value

List<Error>

Status

public XmlStatus Status { get; set; }

Property Value

XmlStatus

Constructors

SearchThanksCouponResponse()

public SearchThanksCouponResponse()

< クラス一覧