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