PHP Class PayPal\Api\PotentialPayerInfo

A resource representing a information about a potential Payer.
Inheritance: extends PayPal\Common\PayPalModel
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
getAccountNumber ( ) : string Account Number representing the potential payer
getBillingAddress ( ) : Address Billing address of the potential payer.
getEmail ( ) : string Email address representing the potential payer.
getExternalRememberMeId ( ) : string ExternalRememberMe id representing the potential payer
setAccountNumber ( string $account_number ) Account Number representing the potential payer
setBillingAddress ( Address $billing_address ) Billing address of the potential payer.
setEmail ( string $email ) Email address representing the potential payer.
setExternalRememberMeId ( string $external_remember_me_id ) ExternalRememberMe id representing the potential payer

Method Details

getAccountNumber() public method

Account Number representing the potential payer
Deprecation: Not publicly available
public getAccountNumber ( ) : string
return string

getBillingAddress() public method

Billing address of the potential payer.
Deprecation: Not publicly available
public getBillingAddress ( ) : Address
return Address

getEmail() public method

Email address representing the potential payer.
Deprecation: Not publicly available
public getEmail ( ) : string
return string

getExternalRememberMeId() public method

ExternalRememberMe id representing the potential payer
Deprecation: Not publicly available
public getExternalRememberMeId ( ) : string
return string

setAccountNumber() public method

Account Number representing the potential payer
Deprecation: Not publicly available
public setAccountNumber ( string $account_number )
$account_number string

setBillingAddress() public method

Billing address of the potential payer.
Deprecation: Not publicly available
public setBillingAddress ( Address $billing_address )
$billing_address Address

setEmail() public method

Email address representing the potential payer.
Deprecation: Not publicly available
public setEmail ( string $email )
$email string

setExternalRememberMeId() public method

ExternalRememberMe id representing the potential payer
Deprecation: Not publicly available
public setExternalRememberMeId ( string $external_remember_me_id )
$external_remember_me_id string