PHP Class PayPal\EBLBaseComponents\BusinessOwnerInfoType

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

Public Properties

Property Type Description
$HomePhone string Business ownerâs home telephone number Character length and limitations: 32 alphanumeric characters
$MobilePhone string Business ownerâs mobile telephone number Character length and limitations: 32 alphanumeric characters
$Owner PayerInfoType Details about the business owner
$SSN string Business ownerâs social security number Character length and limitations: 9 alphanumeric characters

Property Details

$HomePhone public property

Business ownerâs home telephone number Character length and limitations: 32 alphanumeric characters
public string $HomePhone
return string

$MobilePhone public property

Business ownerâs mobile telephone number Character length and limitations: 32 alphanumeric characters
public string $MobilePhone
return string

$Owner public property

Details about the business owner
public PayerInfoType,PayPal\EBLBaseComponents $Owner
return PayerInfoType

$SSN public property

Business ownerâs social security number Character length and limitations: 9 alphanumeric characters
public string $SSN
return string