PHP 클래스 PayPal\PayPalAPI\AddressVerifyRequestType

상속: extends PayPal\EBLBaseComponents\AbstractRequestType
파일 보기 프로젝트 열기: paypal/merchant-sdk-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$Email string Email address of buyer to be verified. Required Maximum string length: 255 single-byte characters Input mask: ?@?.??
$Street string First line of buyer’s billing or shipping street address to be verified. Required For verification, input value of street address must match the first three single-byte characters of the street address on file for the PayPal account. Maximum string length: 35 single-byte characters Alphanumeric plus - , . ‘ # \ Whitespace and case of input value are ignored.
$Zip string Postal code to be verified. Required For verification, input value of postal code must match the first five single-byte characters of the postal code on file for the PayPal account. Maximum string length: 16 single-byte characters Whitespace and case of input value are ignored.

공개 메소드들

메소드 설명
__construct ( $Email = null, $Street = null, $Zip = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $Email = null, $Street = null, $Zip = null )

프로퍼티 상세

$Email 공개적으로 프로퍼티

Email address of buyer to be verified. Required Maximum string length: 255 single-byte characters Input mask: ?@?.??
public string $Email
리턴 string

$Street 공개적으로 프로퍼티

First line of buyer’s billing or shipping street address to be verified. Required For verification, input value of street address must match the first three single-byte characters of the street address on file for the PayPal account. Maximum string length: 35 single-byte characters Alphanumeric plus - , . ‘ # \ Whitespace and case of input value are ignored.
public string $Street
리턴 string

$Zip 공개적으로 프로퍼티

Postal code to be verified. Required For verification, input value of postal code must match the first five single-byte characters of the postal code on file for the PayPal account. Maximum string length: 16 single-byte characters Whitespace and case of input value are ignored.
public string $Zip
리턴 string