PHP Class PayPal\EBLBaseComponents\ReceiverInfoType

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

Public Properties

Property Type Description
$Business string Email address or account ID of the payment recipient (the seller). Equivalent to Receiver if payment is sent to primary account. Character length and limitations: 127 single-byte alphanumeric characters
$Receiver string If you are the recipient of the payment and the payment is sent to your non-primary email address, the value of Receiver is still your primary email address. Character length and limitations: 127 single-byte alphanumeric characters
$ReceiverID string This value is the same as the value of the recipient's referral ID.

Property Details

$Business public property

Email address or account ID of the payment recipient (the seller). Equivalent to Receiver if payment is sent to primary account. Character length and limitations: 127 single-byte alphanumeric characters
public string $Business
return string

$Receiver public property

If you are the recipient of the payment and the payment is sent to your non-primary email address, the value of Receiver is still your primary email address. Character length and limitations: 127 single-byte alphanumeric characters
public string $Receiver
return string

$ReceiverID public property

This value is the same as the value of the recipient's referral ID.
public string $ReceiverID
return string