SB Payment Service .NET library
Namespace: SBPaymentService.Link
public class AccountRegistrationReturnData : AccountRegistrationResultData
Inheritance Object → DataCommonBase → FormData → AccountRegistrationResultData → AccountRegistrationReturnData
顧客 ID
public string cust_code { get; set; }
public string free1 { get; set; }
public string free2 { get; set; }
public string free3 { get; set; }
public string limit_second { get; set; }
マーチャント ID
public string merchant_id { get; set; }
支払方法
public string pay_method { get; set; }
public string request_date { get; set; }
public string res_date { get; set; }
public string res_err_code { get; set; }
public string res_pay_method { get; set; }
public string res_payinfo_key { get; set; }
public string res_result { get; set; }
public string res_sps_cust_no { get; set; }
public string res_sps_payment_no { get; set; }
サービス ID
public string service_id { get; set; }
SBPS 顧客 ID 当連携モデルの場合は未設定(空文字)です。
public string sps_cust_no { get; set; }
public string sps_hashcode { get; set; }
SBPS 支払方法管理番号 当連携モデルの場合は未設定(空文字)です。
public string sps_payment_no { get; set; }
顧客利用端末タイプ 0:PC 1:フィーチャーフォン 省略の場合”0″を適用します。
public string terminal_type { get; set; }
public AccountRegistrationReturnData()