PHP Class PayPal\EBLBaseComponents\BuyerDetailsType

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

Public Properties

Property Type Description
$BuyerId string The client's unique ID for this user.
$BuyerRegistrationDate Date when the user registered with the marketplace.
$BuyerUserName string The user name of the user at the marketplaces site.
$IdentificationInfo IdentificationInfoType Contains information that identifies the buyer. e.g. email address or the external remember me id.
$TaxIdDetails TaxIdDetailsType Details about payer's tax info. Refer to the TaxIdDetailsType for more details.

Property Details

$BuyerId public property

The client's unique ID for this user.
public string $BuyerId
return string

$BuyerRegistrationDate public property

Date when the user registered with the marketplace.
public $BuyerRegistrationDate

$BuyerUserName public property

The user name of the user at the marketplaces site.
public string $BuyerUserName
return string

$IdentificationInfo public property

Contains information that identifies the buyer. e.g. email address or the external remember me id.
public IdentificationInfoType,PayPal\EBLBaseComponents $IdentificationInfo
return IdentificationInfoType

$TaxIdDetails public property

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