PHP Class PayPal\EBLBaseComponents\EnterBoardingRequestDetailsType

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

Public Properties

Property Type Description
$BankAccount BankAccountDetailsType Information about the merchant's bank account
$BusinessInfo BusinessInfoType Information about the merchantâs business
$ImageUrl string The URL for the logo displayed on the PayPal Partner Welcome Page. Optional Character length and limitations: 2,048 alphanumeric characters
$MarketingCategory string Marketing category tha configures the graphic displayed n the PayPal Partner Welcome page.
$OwnerInfo BusinessOwnerInfoType Information about the merchant (the business owner)
$PartnerCustom string Any custom information you want to store for this partner Optional Character length and limitations: 256 alphanumeric characters
$ProductList string Administrative APIs (admin_api) is a collection of the PayPal APIs for transaction searching, getting transaction details, refunding, and mass payments. Required Character length and limitations: 64 alphanumeric characters
$ProgramCode string Onboarding program code given to you by PayPal. Required Character length and limitations: 64 alphanumeric characters

Property Details

$BankAccount public property

Information about the merchant's bank account
public BankAccountDetailsType,PayPal\EBLBaseComponents $BankAccount
return BankAccountDetailsType

$BusinessInfo public property

Information about the merchantâs business
public BusinessInfoType,PayPal\EBLBaseComponents $BusinessInfo
return BusinessInfoType

$ImageUrl public property

The URL for the logo displayed on the PayPal Partner Welcome Page. Optional Character length and limitations: 2,048 alphanumeric characters
public string $ImageUrl
return string

$MarketingCategory public property

Marketing category tha configures the graphic displayed n the PayPal Partner Welcome page.
public string $MarketingCategory
return string

$OwnerInfo public property

Information about the merchant (the business owner)
public BusinessOwnerInfoType,PayPal\EBLBaseComponents $OwnerInfo
return BusinessOwnerInfoType

$PartnerCustom public property

Any custom information you want to store for this partner Optional Character length and limitations: 256 alphanumeric characters
public string $PartnerCustom
return string

$ProductList public property

Administrative APIs (admin_api) is a collection of the PayPal APIs for transaction searching, getting transaction details, refunding, and mass payments. Required Character length and limitations: 64 alphanumeric characters
public string $ProductList
return string

$ProgramCode public property

Onboarding program code given to you by PayPal. Required Character length and limitations: 64 alphanumeric characters
public string $ProgramCode
return string