PHP Class PayPal\EBLBaseComponents\TaxIdDetailsType

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

Public Properties

Property Type Description
$TaxId string The payer's Tax ID
$TaxIdType string The payer's Tax ID type; CNPJ/CPF for BR country.

Property Details

$TaxId public property

The payer's Tax ID
public string $TaxId
return string

$TaxIdType public property

The payer's Tax ID type; CNPJ/CPF for BR country.
public string $TaxIdType
return string