PHP Класс PayPal\PayPalAPI\MassPayRequestType

Наследование: extends PayPal\EBLBaseComponents\AbstractRequestType
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$ButtonSource string Known as BN code, to track the partner referred merchant transactions. OptionalCharacter length and limitations: 32 single-byte alphanumeric characters
$EmailSubject string Subject line of the email sent to all recipients. This subject is not contained in the input file; you must create it with your application. Optional Character length and limitations: 255 single-byte alphanumeric characters
$MassPayItem MassPayRequestItemType Details of each payment. A single MassPayRequest can include up to 250 MassPayItems. Required
$ReceiverType string Indicates how you identify the recipients of payments in all MassPayItems: either by EmailAddress (ReceiverEmail in MassPayItem), PhoneNumber (ReceiverPhone in MassPayItem), or by UserID (ReceiverID in MassPayItem). Required. You must specify one or the other of EmailAddress or UserID.

Открытые методы

Метод Описание
__construct ( $MassPayItem = null ) Constructor with arguments

Описание методов

__construct() публичный Метод

Constructor with arguments
public __construct ( $MassPayItem = null )

Описание свойств

$ButtonSource публичное свойство

Known as BN code, to track the partner referred merchant transactions. OptionalCharacter length and limitations: 32 single-byte alphanumeric characters
public string $ButtonSource
Результат string

$EmailSubject публичное свойство

Subject line of the email sent to all recipients. This subject is not contained in the input file; you must create it with your application. Optional Character length and limitations: 255 single-byte alphanumeric characters
public string $EmailSubject
Результат string

$MassPayItem публичное свойство

Details of each payment. A single MassPayRequest can include up to 250 MassPayItems. Required
public MassPayRequestItemType,PayPal\PayPalAPI $MassPayItem
Результат MassPayRequestItemType

$ReceiverType публичное свойство

Indicates how you identify the recipients of payments in all MassPayItems: either by EmailAddress (ReceiverEmail in MassPayItem), PhoneNumber (ReceiverPhone in MassPayItem), or by UserID (ReceiverID in MassPayItem). Required. You must specify one or the other of EmailAddress or UserID.
public string $ReceiverType
Результат string