PHP 클래스 PayPal\Api\Phone

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

공개 메소드들

메소드 설명
getCountryCode ( ) : string Country code (from in E.164 format)
getExtension ( ) : string Phone extension
getNationalNumber ( ) : string In-country phone number (from in E.164 format)
setCountryCode ( string $country_code ) Country code (from in E.164 format)
setExtension ( string $extension ) Phone extension
setNationalNumber ( string $national_number ) In-country phone number (from in E.164 format)

메소드 상세

getCountryCode() 공개 메소드

Country code (from in E.164 format)
public getCountryCode ( ) : string
리턴 string

getExtension() 공개 메소드

Phone extension
public getExtension ( ) : string
리턴 string

getNationalNumber() 공개 메소드

In-country phone number (from in E.164 format)
public getNationalNumber ( ) : string
리턴 string

setCountryCode() 공개 메소드

Country code (from in E.164 format)
public setCountryCode ( string $country_code )
$country_code string

setExtension() 공개 메소드

Phone extension
public setExtension ( string $extension )
$extension string

setNationalNumber() 공개 메소드

In-country phone number (from in E.164 format)
public setNationalNumber ( string $national_number )
$national_number string