PHP Class PayPal\EBLBaseComponents\BusinessInfoType

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

Public Properties

Property Type Description
$Address AddressType Merchantâs business postal address
$AverageMonthlyVolume string Average monthly sales volume, as defined by the enumerations. Enumeration Meaning AverageMonthlyVolume-Not-Applicable AverageMonthlyVolume-Range1 Less than $1,000 USD AverageMonthlyVolume-Range2 $1,000 USD to $5,000 USD AverageMonthlyVolume-Range3 $5,000 USD to $25,000 USD AverageMonthlyVolume-Range4 $25,000 USD to $100,000 USD AverageMonthlyVolume-Range5 $100,000 USD to $1,000,000 USD AverageMonthlyVolume-Range6 More than $1,000,000 USD
$AveragePrice string Enumeration Meaning AverageTransactionPrice-Not-Applicable AverageTransactionPrice-Range1 Less than $25 USD AverageTransactionPrice-Range2 $25 USD to $50 USD AverageTransactionPrice-Range3 $50 USD to $100 USD AverageTransactionPrice-Range4 $100 USD to $250 USD AverageTransactionPrice-Range5 $250 USD to $500 USD AverageTransactionPrice-Range6 $500 USD to $1,000 USD AverageTransactionPrice-Range7 $1,000 USD to $2,000 USD AverageTransactionPrice-Range8 $2,000 USD to $5,000 USD AverageTransactionPrice-Range9 $5,000 USD to $10,000 USD AverageTransactionPrice-Range10 More than $10,000 USD
$BusinessEstablished Date the merchantâs business was established
$Category string Line of business, as defined in the enumerations
$CustomerServiceEmail string Email address to contact businessâs customer service Character length and limitations: 127 alphanumeric characters
$CustomerServicePhone string Telephone number to contact businessâs customer service Character length and limitations: 32 alphanumeric characters
$Name string Official name of business Character length and limitations: 75 alphanumeric characters
$RevenueFromOnlineSales string Percentage of revenue attributable to online sales, as defined by the enumerations Enumeration Meaning PercentageRevenueFromOnlineSales-Not-Applicable PercentageRevenueFromOnlineSales-Range1 Less than 25% PercentageRevenueFromOnlineSales-Range2 25% to 50% PercentageRevenueFromOnlineSales-Range3 50% to 75% PercentageRevenueFromOnlineSales-Range4 75% to 100%
$SalesVenue string Main sales venue, such as eBay
$SubCategory string Business sub-category, as defined in the enumerations
$Type string Type of business, such as corporation or sole proprietorship
$Website string Primary URL of business Character length and limitations: 2,048 alphanumeric characters
$WorkPhone string Businessâs primary telephone number Character length and limitations: 20 alphanumeric characters

Property Details

$Address public property

Merchantâs business postal address
public AddressType,PayPal\EBLBaseComponents $Address
return AddressType

$AverageMonthlyVolume public property

Average monthly sales volume, as defined by the enumerations. Enumeration Meaning AverageMonthlyVolume-Not-Applicable AverageMonthlyVolume-Range1 Less than $1,000 USD AverageMonthlyVolume-Range2 $1,000 USD to $5,000 USD AverageMonthlyVolume-Range3 $5,000 USD to $25,000 USD AverageMonthlyVolume-Range4 $25,000 USD to $100,000 USD AverageMonthlyVolume-Range5 $100,000 USD to $1,000,000 USD AverageMonthlyVolume-Range6 More than $1,000,000 USD
public string $AverageMonthlyVolume
return string

$AveragePrice public property

Enumeration Meaning AverageTransactionPrice-Not-Applicable AverageTransactionPrice-Range1 Less than $25 USD AverageTransactionPrice-Range2 $25 USD to $50 USD AverageTransactionPrice-Range3 $50 USD to $100 USD AverageTransactionPrice-Range4 $100 USD to $250 USD AverageTransactionPrice-Range5 $250 USD to $500 USD AverageTransactionPrice-Range6 $500 USD to $1,000 USD AverageTransactionPrice-Range7 $1,000 USD to $2,000 USD AverageTransactionPrice-Range8 $2,000 USD to $5,000 USD AverageTransactionPrice-Range9 $5,000 USD to $10,000 USD AverageTransactionPrice-Range10 More than $10,000 USD
public string $AveragePrice
return string

$BusinessEstablished public property

Date the merchantâs business was established
public $BusinessEstablished

$Category public property

Line of business, as defined in the enumerations
public string $Category
return string

$CustomerServiceEmail public property

Email address to contact businessâs customer service Character length and limitations: 127 alphanumeric characters
public string $CustomerServiceEmail
return string

$CustomerServicePhone public property

Telephone number to contact businessâs customer service Character length and limitations: 32 alphanumeric characters
public string $CustomerServicePhone
return string

$Name public property

Official name of business Character length and limitations: 75 alphanumeric characters
public string $Name
return string

$RevenueFromOnlineSales public property

Percentage of revenue attributable to online sales, as defined by the enumerations Enumeration Meaning PercentageRevenueFromOnlineSales-Not-Applicable PercentageRevenueFromOnlineSales-Range1 Less than 25% PercentageRevenueFromOnlineSales-Range2 25% to 50% PercentageRevenueFromOnlineSales-Range3 50% to 75% PercentageRevenueFromOnlineSales-Range4 75% to 100%
public string $RevenueFromOnlineSales
return string

$SalesVenue public property

Main sales venue, such as eBay
public string $SalesVenue
return string

$SubCategory public property

Business sub-category, as defined in the enumerations
public string $SubCategory
return string

$Type public property

Type of business, such as corporation or sole proprietorship
public string $Type
return string

$Website public property

Primary URL of business Character length and limitations: 2,048 alphanumeric characters
public string $Website
return string

$WorkPhone public property

Businessâs primary telephone number Character length and limitations: 20 alphanumeric characters
public string $WorkPhone
return string