SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


PaymentRequestReturnData

Namespace: SBPaymentService.Link

public class PaymentRequestReturnData : PaymentRequestResultData

Inheritance ObjectDataCommonBaseFormDataPaymentRequestResultDataPaymentRequestReturnData

Properties

amount

金額(税込)

public string amount { get; set; }

Property Value

String

auto_charge_type

自動課金タイプ

public string auto_charge_type { get; set; }

Property Value

String

camp_type

キャンペーンタイプ

public string camp_type { get; set; }

Property Value

String

cust_code

顧客 ID

public string cust_code { get; set; }

Property Value

String

div_settele

決済区分

public string div_settele { get; set; }

Property Value

String

free1

自由欄1

public string free1 { get; set; }

Property Value

String

free2

自由欄2

public string free2 { get; set; }

Property Value

String

free3

自由欄3

public string free3 { get; set; }

Property Value

String

item_id

商品 ID

public string item_id { get; set; }

Property Value

String

item_name

商品名称

public string item_name { get; set; }

Property Value

String

Items

複数購入の場合は繰り返し(画面表示用項目)

public List<PaymentRequestItemData> Items { get; set; }

Property Value

List<PaymentRequestItemData>

last_charge_month

最終課金月

public string last_charge_month { get; set; }

Property Value

String

limit_second

レスポンス許容時間 当社サーバのタイムスタンプとリクエスト日時の差分許容時間 省略時は規定値(600)を適用します。

public string limit_second { get; set; }

Property Value

String

merchant_id

マーチャント ID

public string merchant_id { get; set; }

Property Value

String

order_id

購入 ID

public string order_id { get; set; }

Property Value

String

pay_item_id

外部決済機関商品 ID

public string pay_item_id { get; set; }

Property Value

String

pay_method

支払方法

public string pay_method { get; set; }

Property Value

String

pay_type

購入タイプ

public string pay_type { get; set; }

Property Value

String

request_date

リクエスト日時

public string request_date { get; set; }

Property Value

String

res_date

レスポンス日時 YYYYMMDDHHMISS

public string res_date { get; set; }

Property Value

String

res_err_code

エラーコード

public string res_err_code { get; set; }

Property Value

String

res_pay_method

処理結果 支払方法

public string res_pay_method { get; set; }

Property Value

String

res_payinfo_key

顧客決済情報

public string res_payinfo_key { get; set; }

Property Value

String

res_payment_date

完了処理日時 YYYYMMDDHHMISS

public string res_payment_date { get; set; }

Property Value

String

res_result

処理結果ステータス OK:要求処理 OK NG:要求 NG PY:入金通知 CN:期限切れキャンセル

public string res_result { get; set; }

Property Value

String

res_sps_cust_no

処理 SBPS 顧客 ID

public string res_sps_cust_no { get; set; }

Property Value

String

res_sps_payment_no

処理 SBPS 支払方法管理番号

public string res_sps_payment_no { get; set; }

Property Value

String

res_tracking_id

処理トラッキング ID

public string res_tracking_id { get; set; }

Property Value

String

service_id

サービス ID

public string service_id { get; set; }

Property Value

String

service_type

サービスタイプ

public string service_type { get; set; }

Property Value

String

sps_cust_no

SBPS 顧客 ID

public string sps_cust_no { get; set; }

Property Value

String

sps_hashcode

public string sps_hashcode { get; set; }

Property Value

String

sps_payment_no

SBPS 支払方法管理番号

public string sps_payment_no { get; set; }

Property Value

String

tax

税額

public string tax { get; set; }

Property Value

String

terminal_type

顧客利用端末タイプ

public string terminal_type { get; set; }

Property Value

String

tracking_id

トラッキング ID

public string tracking_id { get; set; }

Property Value

String

Constructors

PaymentRequestReturnData()

public PaymentRequestReturnData()

< クラス一覧