PHP 클래스 PayPal\EBLBaseComponents\ReceiverInfoType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

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

프로퍼티 상세

$Business 공개적으로 프로퍼티

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
리턴 string

$Receiver 공개적으로 프로퍼티

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
리턴 string

$ReceiverID 공개적으로 프로퍼티

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