PHP Class PayPal\Api\Participant

Participant information.
Inheritance: extends PayPal\Common\PayPalModel
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
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.

Method Details

getAdditionalInfo() public method

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

getAddress() public method

The participant address.
public getAddress ( ) : Address
return Address

getBusinessName() public method

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

getEmail() public method

The participant email address.
public getEmail ( ) : string
return string

getFax() public method

The participant fax number.
public getFax ( ) : Phone
return Phone

getFirstName() public method

The participant first name.
public getFirstName ( ) : string
return string

getLastName() public method

The participant last name.
public getLastName ( ) : string
return string

getPhone() public method

The participant phone number.
public getPhone ( ) : Phone
return Phone

getWebsite() public method

The participant website.
public getWebsite ( ) : string
return string

setAdditionalInfo() public method

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

setAddress() public method

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

setBusinessName() public method

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

setEmail() public method

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

setFax() public method

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

setFirstName() public method

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

setLastName() public method

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

setPhone() public method

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

setWebsite() public method

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