SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


AccountRegistrationRequestFormData

Namespace: SBPaymentService.Link

public class AccountRegistrationRequestFormData : FormData

Inheritance ObjectDataCommonBaseFormDataAccountRegistrationRequestFormData

Properties

cancel_url

決済キャンセル時 URL

public string cancel_url { get; set; }

Property Value

String

cust_code

顧客 ID

public string cust_code { get; set; }

Property Value

String

error_url

エラー時 URL

public string error_url { get; set; }

Property Value

String

free_csv

フリー項目

public string free_csv { get; set; }

Property Value

String

free1

public string free1 { get; set; }

Property Value

String

free2

public string free2 { get; set; }

Property Value

String

free3

public string free3 { 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

pagecon_url

決済通知用 CGI

public string pagecon_url { get; set; }

Property Value

String

pay_method

支払方法

public string pay_method { get; set; }

Property Value

String

request_date

リクエスト日時 YYYYMMDDHHMISS

public string request_date { get; set; }

Property Value

String

service_id

サービス ID

public string service_id { 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

success_url

決済完了時 URL

public string success_url { get; set; }

Property Value

String

terminal_type

顧客利用端末タイプ 0:PC 1:フィーチャーフォン 省略の場合”0″を適用します。

public string terminal_type { get; set; }

Property Value

String

Constructors

AccountRegistrationRequestFormData()

public AccountRegistrationRequestFormData()

< クラス一覧