PHP Class PayPal\Api\PotentialPayerInfo

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

Méthodes publiques

Méthode 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 méthode

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

getBillingAddress() public méthode

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

getEmail() public méthode

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

getExternalRememberMeId() public méthode

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

setAccountNumber() public méthode

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

setBillingAddress() public méthode

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

setEmail() public méthode

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

setExternalRememberMeId() public méthode

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