PHP Class PayPal\EBLBaseComponents\ReceiverInfoType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство 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_oe 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
Résultat string

$Receiver public_oe 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
Résultat string

$ReceiverID public_oe property

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