SB Payment Service .NET library
Namespace: SBPaymentService.Api.Method.Data.Credit
public class PaymentStatusResponseData : SBPaymentService.Api.ApiResponseData
Inheritance Object → DataCommonBase → ApiData → ApiResponseData → PaymentStatusResponseData
public ErrorCode Error { get; }
public bool IsEncrypted { get; }
public string res_date { get; set; }
public string res_err_code { get; set; }
public ResPayMethodInfo res_pay_method_info { get; set; }
public string res_process_date { get; set; }
public string res_result { get; set; }
public string res_sps_transaction_id { get; set; }
public string res_status { get; set; }
public PaymentStatusResponseData()