SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


NameValueMerchantEnvironment

Namespace: SBPaymentService

public class NameValueMerchantEnvironment : MerchantEnvironment

Inheritance ObjectMerchantEnvironmentNameValueMerchantEnvironment

Properties

APIHashKey

ハッシュキー

public string APIHashKey { internal get; set; }

Property Value

String

APIRemoteAddress

public string APIRemoteAddress { get; set; }

Property Value

String

APIUrl

接続先

public string APIUrl { get; set; }

Property Value

String

BasicAuthID

Basic認証ID

public string BasicAuthID { internal get; set; }

Property Value

String

BasicAuthPassword

Basic認証Password

public string BasicAuthPassword { internal get; set; }

Property Value

String

HashKey

ハッシュキー

public string HashKey { internal get; set; }

Property Value

String

IsTest

public bool IsTest { get; set; }

Property Value

Boolean

MerchantID

マーチャントID

public string MerchantID { get; set; }

Property Value

String

RemoteAddresses

public String[] RemoteAddresses { get; set; }

Property Value

String[]

RequestAccountRegistrationUrl

顧客決済情報登録要求(登録・更新)接続先

public string RequestAccountRegistrationUrl { get; set; }

Property Value

String

RequestAccountUnregistrationUrl

顧客決済情報登録要求(削除)接続先

public string RequestAccountUnregistrationUrl { get; set; }

Property Value

String

RequestPaymentUrl

購入要求接続先

public string RequestPaymentUrl { get; set; }

Property Value

String

RequestSubscribeUrl

定期申込要求接続先

public string RequestSubscribeUrl { get; set; }

Property Value

String

ServiceID

サービスID

public string ServiceID { get; set; }

Property Value

String

TripleDESInitKey

3DES 初期化キー

public string TripleDESInitKey { internal get; set; }

Property Value

String

TripleDESKey

3DES 暗号化キー

public string TripleDESKey { internal get; set; }

Property Value

String

TripleDESPadding

3DES Padding設定

public string TripleDESPadding { get; set; }

Property Value

String

UrlBase

public string UrlBase { get; set; }

Property Value

String

Constructors

NameValueMerchantEnvironment(NameValueCollection, Boolean)

public NameValueMerchantEnvironment(NameValueCollection settings, bool forceProductionMode)

Parameters

settings NameValueCollection

forceProductionMode Boolean


< クラス一覧