SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


RequestPaymentTimeSpecifiedResponseData

Namespace: SBPaymentService.Api.Method.Data.Webcvs

WEB コンビニ決済:レスポンス(支払期限時間指定)

public class RequestPaymentTimeSpecifiedResponseData : RequestPaymentResponseData

Inheritance ObjectDataCommonBaseApiDataApiResponseDataRequestPaymentResponseDataRequestPaymentTimeSpecifiedResponseData

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

res_tracking_id

public string res_tracking_id { get; set; }

Property Value

String

Constructors

RequestPaymentTimeSpecifiedResponseData()

public RequestPaymentTimeSpecifiedResponseData()

< クラス一覧