PHP 클래스 PayPal\Auth\Openid\PPOpenIdAddress

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

공개 메소드들

메소드 설명
getCountry ( ) : string Country name component.
getLocality ( ) : string City or locality component.
getPostalCode ( ) : string Zip code or postal code component.
getRegion ( ) : string State, province, prefecture or region component.
getStreetAddress ( ) : string Full street address component, which may include house number, street name.
setCountry ( string $country ) Country name component.
setLocality ( string $locality ) City or locality component.
setPostalCode ( string $postal_code ) Zip code or postal code component.
setRegion ( string $region ) State, province, prefecture or region component.
setStreetAddress ( string $street_address ) Full street address component, which may include house number, street name.

메소드 상세

getCountry() 공개 메소드

Country name component.
public getCountry ( ) : string
리턴 string

getLocality() 공개 메소드

City or locality component.
public getLocality ( ) : string
리턴 string

getPostalCode() 공개 메소드

Zip code or postal code component.
public getPostalCode ( ) : string
리턴 string

getRegion() 공개 메소드

State, province, prefecture or region component.
public getRegion ( ) : string
리턴 string

getStreetAddress() 공개 메소드

Full street address component, which may include house number, street name.
public getStreetAddress ( ) : string
리턴 string

setCountry() 공개 메소드

Country name component.
public setCountry ( string $country )
$country string

setLocality() 공개 메소드

City or locality component.
public setLocality ( string $locality )
$locality string

setPostalCode() 공개 메소드

Zip code or postal code component.
public setPostalCode ( string $postal_code )
$postal_code string

setRegion() 공개 메소드

State, province, prefecture or region component.
public setRegion ( string $region )
$region string

setStreetAddress() 공개 메소드

Full street address component, which may include house number, street name.
public setStreetAddress ( string $street_address )
$street_address string