SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


CancelPaymentResponseData

Namespace: SBPaymentService.Api.Method.Data.RakutenPay

public class CancelPaymentResponseData : SBPaymentService.Api.ApiResponseData

Inheritance ObjectDataCommonBaseApiDataApiResponseDataCancelPaymentResponseData

Properties

Error

public ErrorCode Error { get; }

Property Value

ErrorCode

IsEncrypted

public bool IsEncrypted { get; }

Property Value

Boolean

res_date

public string res_date { get; set; }

Property Value

String

res_err_code

public string res_err_code { get; set; }

Property Value

String

res_pay_method_info

public ResPayMethodInfo res_pay_method_info { get; set; }

Property Value

ResPayMethodInfo

res_process_date

public string res_process_date { get; set; }

Property Value

String

res_result

public string res_result { get; set; }

Property Value

String

res_sps_transaction_id

public string res_sps_transaction_id { get; set; }

Property Value

String

Constructors

CancelPaymentResponseData()

public CancelPaymentResponseData()

< クラス一覧