SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


SettlePaymentResponseData

Namespace: SBPaymentService.Api.Method.Data.Au

public class SettlePaymentResponseData : SBPaymentService.Api.ApiResponseData

Inheritance ObjectDataCommonBaseApiDataApiResponseDataSettlePaymentResponseData

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_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

SettlePaymentResponseData()

public SettlePaymentResponseData()

< クラス一覧