PHP 클래스 PayPal\Api\Participant

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

공개 메소드들

메소드 설명
getAdditionalInfo ( ) : string Additional information, such as business hours.
getAddress ( ) : Address The participant address.
getBusinessName ( ) : string The participant company business name.
getEmail ( ) : string The participant email address.
getFax ( ) : Phone The participant fax number.
getFirstName ( ) : string The participant first name.
getLastName ( ) : string The participant last name.
getPhone ( ) : Phone The participant phone number.
getWebsite ( ) : string The participant website.
setAdditionalInfo ( string $additional_info ) Additional information, such as business hours.
setAddress ( Address $address ) The participant address.
setBusinessName ( string $business_name ) The participant company business name.
setEmail ( string $email ) The participant email address.
setFax ( Phone $fax ) The participant fax number.
setFirstName ( string $first_name ) The participant first name.
setLastName ( string $last_name ) The participant last name.
setPhone ( Phone $phone ) The participant phone number.
setWebsite ( string $website ) The participant website.

메소드 상세

getAdditionalInfo() 공개 메소드

Additional information, such as business hours.
public getAdditionalInfo ( ) : string
리턴 string

getAddress() 공개 메소드

The participant address.
public getAddress ( ) : Address
리턴 Address

getBusinessName() 공개 메소드

The participant company business name.
public getBusinessName ( ) : string
리턴 string

getEmail() 공개 메소드

The participant email address.
public getEmail ( ) : string
리턴 string

getFax() 공개 메소드

The participant fax number.
public getFax ( ) : Phone
리턴 Phone

getFirstName() 공개 메소드

The participant first name.
public getFirstName ( ) : string
리턴 string

getLastName() 공개 메소드

The participant last name.
public getLastName ( ) : string
리턴 string

getPhone() 공개 메소드

The participant phone number.
public getPhone ( ) : Phone
리턴 Phone

getWebsite() 공개 메소드

The participant website.
public getWebsite ( ) : string
리턴 string

setAdditionalInfo() 공개 메소드

Additional information, such as business hours.
public setAdditionalInfo ( string $additional_info )
$additional_info string

setAddress() 공개 메소드

The participant address.
public setAddress ( Address $address )
$address Address

setBusinessName() 공개 메소드

The participant company business name.
public setBusinessName ( string $business_name )
$business_name string

setEmail() 공개 메소드

The participant email address.
public setEmail ( string $email )
$email string

setFax() 공개 메소드

The participant fax number.
public setFax ( Phone $fax )
$fax Phone

setFirstName() 공개 메소드

The participant first name.
public setFirstName ( string $first_name )
$first_name string

setLastName() 공개 메소드

The participant last name.
public setLastName ( string $last_name )
$last_name string

setPhone() 공개 메소드

The participant phone number.
public setPhone ( Phone $phone )
$phone Phone

setWebsite() 공개 메소드

The participant website.
public setWebsite ( string $website )
$website string