PHP 클래스 PayPal\EBLBaseComponents\RefreshTokenStatusDetailsType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$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