SB Payment Service .NET library
Namespace: SBPaymentService.Link
public class PaymentRequestResultData : FormData
Inheritance Object → DataCommonBase → FormData → PaymentRequestResultData
金額(税込)
public string amount { get; set; }
自動課金タイプ
public string auto_charge_type { get; set; }
キャンペーンタイプ
public string camp_type { get; set; }
顧客 ID
public string cust_code { get; set; }
決済区分
public string div_settele { get; set; }
自由欄1
public string free1 { get; set; }
自由欄2
public string free2 { get; set; }
自由欄3
public string free3 { get; set; }
商品 ID
public string item_id { get; set; }
商品名称
public string item_name { get; set; }
複数購入の場合は繰り返し(画面表示用項目)
public List<PaymentRequestItemData> Items { get; set; }
最終課金月
public string last_charge_month { get; set; }
レスポンス許容時間 当社サーバのタイムスタンプとリクエスト日時の差分許容時間 省略時は規定値(600)を適用します。
public string limit_second { get; set; }
マーチャント ID
public string merchant_id { get; set; }
購入 ID
public string order_id { get; set; }
外部決済機関商品 ID
public string pay_item_id { get; set; }
支払方法
public string pay_method { get; set; }
購入タイプ
public string pay_type { get; set; }
リクエスト日時
public string request_date { get; set; }
レスポンス日時 YYYYMMDDHHMISS
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; }
完了処理日時 YYYYMMDDHHMISS
public string res_payment_date { get; set; }
処理結果ステータス OK:要求処理 OK NG:要求 NG PY:入金通知 CN:期限切れキャンセル
public string res_result { get; set; }
処理 SBPS 顧客 ID
public string res_sps_cust_no { get; set; }
処理 SBPS 支払方法管理番号
public string res_sps_payment_no { get; set; }
処理トラッキング ID
public string res_tracking_id { get; set; }
サービス ID
public string service_id { get; set; }
サービスタイプ
public string service_type { 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; }
税額
public string tax { get; set; }
顧客利用端末タイプ
public string terminal_type { get; set; }
トラッキング ID
public string tracking_id { get; set; }
public PaymentRequestResultData()