PHP 클래스 PayPal\Api\Address

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

공개 메소드들

메소드 설명
getPhone ( ) : string Phone number in E.123 format. 50 characters max.
getType ( ) : string Type of address (e.g., HOME_OR_WORK, GIFT etc).
setPhone ( string $phone ) Phone number in E.123 format. 50 characters max.
setType ( string $type ) Type of address (e.g., HOME_OR_WORK, GIFT etc).

메소드 상세

getPhone() 공개 메소드

Phone number in E.123 format. 50 characters max.
public getPhone ( ) : string
리턴 string

getType() 공개 메소드

Type of address (e.g., HOME_OR_WORK, GIFT etc).
public getType ( ) : string
리턴 string

setPhone() 공개 메소드

Phone number in E.123 format. 50 characters max.
public setPhone ( string $phone )
$phone string

setType() 공개 메소드

Type of address (e.g., HOME_OR_WORK, GIFT etc).
public setType ( string $type )
$type string