PHP 클래스 PayPal\EBLBaseComponents\GetAuthDetailsResponseDetailsType

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

공개 프로퍼티들

프로퍼티 타입 설명
$Email string The email address of the user. Character length and limitations: 256 single-byte alphanumeric characters.
$FirstName string The first name of the User. Character length and limitations: 127 single-byte alphanumeric characters
$LastName string The Last name of the user. Character length and limitations: 127 single-byte alphanumeric characters
$PayerID string Required Character length and limitations: 127 single-byte characters.

프로퍼티 상세

$Email 공개적으로 프로퍼티

The email address of the user. Character length and limitations: 256 single-byte alphanumeric characters.
public string $Email
리턴 string

$FirstName 공개적으로 프로퍼티

The first name of the User. Character length and limitations: 127 single-byte alphanumeric characters
public string $FirstName
리턴 string

$LastName 공개적으로 프로퍼티

The Last name of the user. Character length and limitations: 127 single-byte alphanumeric characters
public string $LastName
리턴 string

$PayerID 공개적으로 프로퍼티

Required Character length and limitations: 127 single-byte characters.
public string $PayerID
리턴 string