SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


PaymentStatusResponseData

Namespace: SBPaymentService.Api.Method.Data.Credit

public class PaymentStatusResponseData : SBPaymentService.Api.ApiResponseData

Inheritance ObjectDataCommonBaseApiDataApiResponseDataPaymentStatusResponseData

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_status

public string res_status { get; set; }

Property Value

String

Constructors

PaymentStatusResponseData()

public PaymentStatusResponseData()

< クラス一覧