PHP 클래스 PayPal\PayPalAPI\MassPayRequestType

상속: extends PayPal\EBLBaseComponents\AbstractRequestType
파일 보기 프로젝트 열기: paypal/merchant-sdk-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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