Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


RefundModel

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class RefundModel

Inheritance ObjectRefundModel

Properties

payExpectDate

支払予定日

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

Property Value

Nullable<DateTime>

paymentAmount

決済額

public int paymentAmount { get; set; }

Property Value

Int32

paymentFixDatetime

決済確定日時

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

Property Value

Nullable<DateTime>

paymentProcCmplDatetime

決済手続き完了日時

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

Property Value

Nullable<DateTime>

paymentReqDatetime

決済依頼日時

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

Property Value

Nullable<DateTime>

paymentStatus

決済ステータス

public int paymentStatus { get; set; }

Property Value

Int32

Constructors

RefundModel()

public RefundModel()

< クラス一覧