VeriTrans 4G MDK

TGMDK_MerchantSettingContext
in package

PHP版動的プロパティ設定クラス

Tags
category

Veritrans

copyright

VeriTrans Inc.

access

public

author

VeriTrans Inc.

Table of Contents

$connectionTimeout  : mixed
プロパティの "CONNECTION_TIMEOUT"(接続タイムアウト値) を上書きする値を設定する変数
$dummyRequest  : mixed
プロパティの "DUMMY_REQUEST"(ダミーモード) を上書きする値を設定する変数
$merchantCcid  : mixed
プロパティの "MERCHANT_CCID"(マーチャントCCID) を上書きする値を設定する変数
$merchantSecretKey  : mixed
プロパティの "MERCHANT_SECRET_KEY"(マーチャント認証鍵) を上書きする値を設定する変数
$readTimeout  : mixed
プロパティの "READ_TIMEOUT"(読み取りタイムアウト値) を上書きする値を設定する変数
get_connection_timeout()  : null|string
接続タイムアウト時間を取得する。
get_dummy_request()  : null|string
ダミーリクエストフラグを取得する。
get_merchant_ccid()  : null|string
マーチャントCCIDを取得する。
get_merchant_secret_key()  : null|string
マーチャント認証鍵を取得する。
get_read_timeout()  : null|string
読み取りタイムアウト時間を取得する。
get_timeout()  : null|string
接続タイムアウト時間を取得する。
set_connection_timeout()  : mixed
接続タイムアウト時間を設定する。
set_dummy_request()  : mixed
ダミーリクエストフラグを設定する。
set_merchant_ccid()  : mixed
マーチャントCCIDを設定する。
set_merchant_secret_key()  : mixed
マーチャント認証鍵を設定する。
set_read_timeout()  : mixed
読み取りタイムアウト時間を設定する
set_timeout()  : mixed
接続タイムアウト時間を設定する。

Properties

$connectionTimeout

プロパティの "CONNECTION_TIMEOUT"(接続タイムアウト値) を上書きする値を設定する変数

private static mixed $connectionTimeout = null

$dummyRequest

プロパティの "DUMMY_REQUEST"(ダミーモード) を上書きする値を設定する変数

private static mixed $dummyRequest = null

$merchantCcid

プロパティの "MERCHANT_CCID"(マーチャントCCID) を上書きする値を設定する変数

private static mixed $merchantCcid = null

$merchantSecretKey

プロパティの "MERCHANT_SECRET_KEY"(マーチャント認証鍵) を上書きする値を設定する変数

private static mixed $merchantSecretKey = null

$readTimeout

プロパティの "READ_TIMEOUT"(読み取りタイムアウト値) を上書きする値を設定する変数

private static mixed $readTimeout = null

Methods

get_connection_timeout()

接続タイムアウト時間を取得する。

public static get_connection_timeout() : null|string
Tags
access

public

static
Return values
null|string

接続タイムアウト時間

get_dummy_request()

ダミーリクエストフラグを取得する。

public static get_dummy_request() : null|string
Tags
access

public

static
Return values
null|string

ダミーリクエストフラグ

get_merchant_ccid()

マーチャントCCIDを取得する。

public static get_merchant_ccid() : null|string
Tags
access

public

static
Return values
null|string

マーチャントCCID

get_merchant_secret_key()

マーチャント認証鍵を取得する。

public static get_merchant_secret_key() : null|string
Tags
access

public

static
Return values
null|string

マーチャント認証鍵

get_read_timeout()

読み取りタイムアウト時間を取得する。

public static get_read_timeout() : null|string
Tags
access

public

static
Return values
null|string

読み取りタイムアウト時間

get_timeout()

接続タイムアウト時間を取得する。

public static get_timeout() : null|string
Tags
access

public

static
Return values
null|string

接続タイムアウト時間

set_connection_timeout()

接続タイムアウト時間を設定する。

public static set_connection_timeout(string $connectionTimeout) : mixed
Parameters
$connectionTimeout : string

接続タイムアウト時間

Tags
access

public

static
Return values
mixed

set_dummy_request()

ダミーリクエストフラグを設定する。

public static set_dummy_request(string $dummyRequest) : mixed
Parameters
$dummyRequest : string

ダミーリクエストフラグ

Tags
access

public

static
Return values
mixed

set_merchant_ccid()

マーチャントCCIDを設定する。

public static set_merchant_ccid(string $merchantCcid) : mixed
Parameters
$merchantCcid : string

マーチャントCCID

Tags
access

public

static
Return values
mixed

set_merchant_secret_key()

マーチャント認証鍵を設定する。

public static set_merchant_secret_key(string $merchantSecretKey) : mixed
Parameters
$merchantSecretKey : string

マーチャント認証鍵

Tags
access

public

static
Return values
mixed

set_read_timeout()

読み取りタイムアウト時間を設定する

public static set_read_timeout(string $readTimeout) : mixed
Parameters
$readTimeout : string

読み取りタイムアウト時間

Tags
access

public

static
Return values
mixed

set_timeout()

接続タイムアウト時間を設定する。

public static set_timeout(string $timeout) : mixed
Parameters
$timeout : string

接続タイムアウト時間

Tags
access

public

static
Return values
mixed

Search results