PHP Class PayPal\EBLBaseComponents\PayerInfoType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$Address AddressType Payer's business address
$ContactPhone string Business contact telephone number
$EnhancedPayerInfo PayPal\EnhancedDataTypes\EnhancedPayerInfoType Holds any enhanced information about the payer
$Payer string Email address of payer Character length and limitations: 127 single-byte characters
$PayerBusiness string Payer's business name. Character length and limitations: 127 single-byte characters
$PayerCountry string Payment sender's country of residence using standard two-character ISO 3166 country codes. Character length and limitations: Two single-byte characters
$PayerID string Unique customer ID Character length and limitations: 17 single-byte characters
$PayerName PersonNameType Name of payer
$PayerStatus string Status of payer's email address
$TaxIdDetails TaxIdDetailsType Details about payer's tax info. Refer to the TaxIdDetailsType for more details.

Property Details

$Address public property

Payer's business address
public AddressType,PayPal\EBLBaseComponents $Address
return AddressType

$ContactPhone public property

Business contact telephone number
public string $ContactPhone
return string

$EnhancedPayerInfo public property

Holds any enhanced information about the payer
public EnhancedPayerInfoType,PayPal\EnhancedDataTypes $EnhancedPayerInfo
return PayPal\EnhancedDataTypes\EnhancedPayerInfoType

$Payer public property

Email address of payer Character length and limitations: 127 single-byte characters
public string $Payer
return string

$PayerBusiness public property

Payer's business name. Character length and limitations: 127 single-byte characters
public string $PayerBusiness
return string

$PayerCountry public property

Payment sender's country of residence using standard two-character ISO 3166 country codes. Character length and limitations: Two single-byte characters
public string $PayerCountry
return string

$PayerID public property

Unique customer ID Character length and limitations: 17 single-byte characters
public string $PayerID
return string

$PayerName public property

Name of payer
public PersonNameType,PayPal\EBLBaseComponents $PayerName
return PersonNameType

$PayerStatus public property

Status of payer's email address
public string $PayerStatus
return string

$TaxIdDetails public property

Details about payer's tax info. Refer to the TaxIdDetailsType for more details.
public TaxIdDetailsType,PayPal\EBLBaseComponents $TaxIdDetails
return TaxIdDetailsType