PHP 클래스 PayPal\Api\ShippingInfo

Shipping information for the invoice recipient.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getAddress ( ) : InvoiceAddress The invoice recipient address.
getBusinessName ( ) : string The invoice recipient company business name. Maximum length is 100 characters.
getEmail ( ) : string
getFirstName ( ) : string The invoice recipient first name. Maximum length is 30 characters.
getLastName ( ) : string The invoice recipient last name. Maximum length is 30 characters.
getPhone ( ) : Phone
setAddress ( InvoiceAddress $address ) Address of the invoice recipient.
setBusinessName ( string $business_name ) The invoice recipient company business name. Maximum length is 100 characters.
setEmail ( string $email )
setFirstName ( string $first_name ) The invoice recipient first name. Maximum length is 30 characters.
setLastName ( string $last_name ) The invoice recipient last name. Maximum length is 30 characters.
setPhone ( Phone $phone )

메소드 상세

getAddress() 공개 메소드

The invoice recipient address.
public getAddress ( ) : InvoiceAddress
리턴 InvoiceAddress

getBusinessName() 공개 메소드

The invoice recipient company business name. Maximum length is 100 characters.
public getBusinessName ( ) : string
리턴 string

getEmail() 공개 메소드

사용 중단: Not used anymore
public getEmail ( ) : string
리턴 string

getFirstName() 공개 메소드

The invoice recipient first name. Maximum length is 30 characters.
public getFirstName ( ) : string
리턴 string

getLastName() 공개 메소드

The invoice recipient last name. Maximum length is 30 characters.
public getLastName ( ) : string
리턴 string

getPhone() 공개 메소드

public getPhone ( ) : Phone
리턴 Phone

setAddress() 공개 메소드

Address of the invoice recipient.
public setAddress ( InvoiceAddress $address )
$address InvoiceAddress

setBusinessName() 공개 메소드

The invoice recipient company business name. Maximum length is 100 characters.
public setBusinessName ( string $business_name )
$business_name string

setEmail() 공개 메소드

사용 중단: Not used anymore
public setEmail ( string $email )
$email string

setFirstName() 공개 메소드

The invoice recipient first name. Maximum length is 30 characters.
public setFirstName ( string $first_name )
$first_name string

setLastName() 공개 메소드

The invoice recipient last name. Maximum length is 30 characters.
public setLastName ( string $last_name )
$last_name string

setPhone() 공개 메소드

public setPhone ( Phone $phone )
$phone Phone