Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ChangeReasonModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class ChangeReasonModel

Inheritance ObjectChangeReasonModel

Properties

changeApplyDatetime

public Nullable<DateTime> changeApplyDatetime { get; set; }

Property Value

Nullable<DateTime>

changeCmplDatetime

public Nullable<DateTime> changeCmplDatetime { get; set; }

Property Value

Nullable<DateTime>

changeFixDatetime

public Nullable<DateTime> changeFixDatetime { get; set; }

Property Value

Nullable<DateTime>

changeId

public long changeId { get; set; }

Property Value

Int64

changeReason

public Nullable<Int32> changeReason { get; set; }

Property Value

Nullable<Int32>

changeReasonDetail

public Nullable<Int32> changeReasonDetail { get; set; }

Property Value

Nullable<Int32>

changeType

public Nullable<Int32> changeType { get; set; }

Property Value

Nullable<Int32>

changeTypeDetail

public Nullable<Int32> changeTypeDetail { get; set; }

Property Value

Nullable<Int32>

Constructors

ChangeReasonModel()

public ChangeReasonModel()

< クラス一覧