SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


AccountRegistrationReturnData

Namespace: SBPaymentService.Link

public class AccountRegistrationReturnData : AccountRegistrationResultData

Inheritance ObjectDataCommonBaseFormDataAccountRegistrationResultDataAccountRegistrationReturnData

Properties

cust_code

顧客 ID

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

public string limit_second { get; set; }

Property Value

String

merchant_id

マーチャント ID

public string merchant_id { get; set; }

Property Value

String

pay_method

支払方法

public string pay_method { get; set; }

Property Value

String

request_date

public string request_date { get; set; }

Property Value

String

res_date

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_result

public string res_result { get; set; }

Property Value

String

res_sps_cust_no

public string res_sps_cust_no { get; set; }

Property Value

String

res_sps_payment_no

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

terminal_type

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

public string terminal_type { get; set; }

Property Value

String

Constructors

AccountRegistrationReturnData()

public AccountRegistrationReturnData()

< クラス一覧