PHP Класс PayPal\EBLBaseComponents\RefreshTokenStatusDetailsType

Наследование: extends PayPal\Core\PPXmlMessage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$ImmutableID string The immutable_id is the user's unique value per merchant that should never ever change for that account. This would be the key used to uniquely identify the user
$RefreshToken string Identifier returned on external-remember-me-opt-in to allow the merchant to request bypass of PayPal login
$RefreshTokenStatus integer Required field that reports status of opt-in or login bypass attempt. 0 = Success, successful opt-in or RefreshToken corresponding to AccessToken specified in SetExpressCheckout is valid (user is still opted in). 1 = New RefreshToken was generated (user is still opted in). 2 = Invalid ID, RefreshToken corresponding to AccessToken specified in SetExpressCheckout is invalid (user is opted out). -2 = Internal Error, system error or outage during opt-in or login bypass. Can retry opt-in or login bypass next time. Flow will force full authentication and allow buyer to complete transaction. -1 = None, the field does not represent any valid value of the status.

Описание свойств

$ImmutableID публичное свойство

The immutable_id is the user's unique value per merchant that should never ever change for that account. This would be the key used to uniquely identify the user
public string $ImmutableID
Результат string

$RefreshToken публичное свойство

Identifier returned on external-remember-me-opt-in to allow the merchant to request bypass of PayPal login
public string $RefreshToken
Результат string

$RefreshTokenStatus публичное свойство

Required field that reports status of opt-in or login bypass attempt. 0 = Success, successful opt-in or RefreshToken corresponding to AccessToken specified in SetExpressCheckout is valid (user is still opted in). 1 = New RefreshToken was generated (user is still opted in). 2 = Invalid ID, RefreshToken corresponding to AccessToken specified in SetExpressCheckout is invalid (user is opted out). -2 = Internal Error, system error or outage during opt-in or login bypass. Can retry opt-in or login bypass next time. Flow will force full authentication and allow buyer to complete transaction. -1 = None, the field does not represent any valid value of the status.
public int $RefreshTokenStatus
Результат integer