\Yurun\PaySDK\AlipayCrossBorder\ParamsPublicParams

支付宝境外支付公共参数类.

Summary

Methods
Properties
Constants
__construct()
$apiDomain
$appID
$_input_charset
$sign_type
$appPrivateKey
$appPrivateKeyFile
$appPublicKey
$appPublicKeyFile
$md5Key
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$apiDomain

$apiDomain : string

接口网关.

Type

string

$appID

$appID : string

支付平台分配给开发者的应用ID.

Type

string

$_input_charset

$_input_charset : string

商户网站使用的编码格式,如UTF-8、GBK、GB2312等。

Type

string

$sign_type

$sign_type : string

DSA、RSA、MD5三个值可选,必须大写。

Type

string

$appPrivateKey

$appPrivateKey : string

私有证书文件内容.

Type

string

$appPrivateKeyFile

$appPrivateKeyFile : string

私有证书文件地址,不为空时优先使用文件地址

Type

string

$appPublicKey

$appPublicKey : string

公有证书文件内容.

Type

string

$appPublicKeyFile

$appPublicKeyFile : string

公有证书文件地址,不为空时优先使用文件地址

Type

string

$md5Key

$md5Key : string

MD5密钥,安全检验码,由数字和字母组成的32位字符串.

Type

string

Methods

__construct()

__construct()