PHP Class PayPal\EBLBaseComponents\GetBoardingDetailsResponseDetailsType

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

Public Properties

Property Type Description
$AccountOwner PayerInfoType Details about the owner of the account
$BankAccountVerificationStatus string Gives BankAccountVerificationStatus - Added, Confirmed Character length and limitations: 256 alphanumeric characters
$CampaignID string
$ConfigureAPIs string The APIs that this merchant has granted the business partner permission to call on his behalf. For example: SetExpressCheckout,GetExpressCheckoutDetails,DoExpressCheckoutPayment
$Credentials PayPal\EBLBaseComponents\APICredentialsType Merchantâs PayPal API credentials
$EmailVerificationStatus string Primary email verification status. Confirmed, Unconfirmed
$LastUpdated Date the merchantâs status or progress was last updated
$PartnerCustom string Custom information you set on the EnterBoarding API call Character length and limitations: 256 alphanumeric characters
$ProgramCode string
$ProgramName string
$Reason string Reason for merchantâs cancellation of sign-up. Character length and limitations: 1,024 alphanumeric characters
$StartDate Date the boarding process started
$Status string Status of merchant's onboarding process: CompletedCancelledPending Character length and limitations: Eight alphabetic characters
$UserWithdrawalLimit string Indicates if there is a limitation on the amount of money the business can withdraw from PayPal
$VettingStatus string Gives VettingStatus - Pending, Cancelled, Approved, UnderReview Character length and limitations: 256 alphanumeric characters

Property Details

$AccountOwner public property

Details about the owner of the account
public PayerInfoType,PayPal\EBLBaseComponents $AccountOwner
return PayerInfoType

$BankAccountVerificationStatus public property

Gives BankAccountVerificationStatus - Added, Confirmed Character length and limitations: 256 alphanumeric characters
public string $BankAccountVerificationStatus
return string

$CampaignID public property

public string $CampaignID
return string

$ConfigureAPIs public property

The APIs that this merchant has granted the business partner permission to call on his behalf. For example: SetExpressCheckout,GetExpressCheckoutDetails,DoExpressCheckoutPayment
public string $ConfigureAPIs
return string

$Credentials public property

Merchantâs PayPal API credentials
public APICredentialsType,PayPal\EBLBaseComponents $Credentials
return PayPal\EBLBaseComponents\APICredentialsType

$EmailVerificationStatus public property

Primary email verification status. Confirmed, Unconfirmed
public string $EmailVerificationStatus
return string

$LastUpdated public property

Date the merchantâs status or progress was last updated
public $LastUpdated

$PartnerCustom public property

Custom information you set on the EnterBoarding API call Character length and limitations: 256 alphanumeric characters
public string $PartnerCustom
return string

$ProgramCode public property

public string $ProgramCode
return string

$ProgramName public property

public string $ProgramName
return string

$Reason public property

Reason for merchantâs cancellation of sign-up. Character length and limitations: 1,024 alphanumeric characters
public string $Reason
return string

$StartDate public property

Date the boarding process started
public $StartDate

$Status public property

Status of merchant's onboarding process: CompletedCancelledPending Character length and limitations: Eight alphabetic characters
public string $Status
return string

$UserWithdrawalLimit public property

Indicates if there is a limitation on the amount of money the business can withdraw from PayPal
public string $UserWithdrawalLimit
return string

$VettingStatus public property

Gives VettingStatus - Pending, Cancelled, Approved, UnderReview Character length and limitations: 256 alphanumeric characters
public string $VettingStatus
return string