PHP 클래스 PayPal\Api\Payee

A resource representing a Payee who receives the funds and fulfills the order.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getAccountNumber ( ) : string Unencrypted PayPal account Number of the Payee
getEmail ( ) : string Email Address associated with the Payee's PayPal Account. If the provided email address is not associated with any PayPal Account, the payee can only receive PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
getFirstName ( ) : string First Name of the Payee.
getLastName ( ) : string Last Name of the Payee.
getMerchantId ( ) : string Encrypted PayPal account identifier for the Payee.
getPhone ( ) : Phone Information related to the Payee.
setAccountNumber ( string $account_number ) Unencrypted PayPal account Number of the Payee
setEmail ( string $email ) Email Address associated with the Payee's PayPal Account. If the provided email address is not associated with any PayPal Account, the payee can only receive PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
setFirstName ( string $first_name ) First Name of the Payee.
setLastName ( string $last_name ) Last Name of the Payee.
setMerchantId ( string $merchant_id ) Encrypted PayPal account identifier for the Payee.
setPhone ( Phone $phone ) Information related to the Payee.

메소드 상세

getAccountNumber() 공개 메소드

Unencrypted PayPal account Number of the Payee
사용 중단: Not publicly available
public getAccountNumber ( ) : string
리턴 string

getEmail() 공개 메소드

Email Address associated with the Payee's PayPal Account. If the provided email address is not associated with any PayPal Account, the payee can only receive PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
public getEmail ( ) : string
리턴 string

getFirstName() 공개 메소드

First Name of the Payee.
사용 중단: Not publicly available
public getFirstName ( ) : string
리턴 string

getLastName() 공개 메소드

Last Name of the Payee.
사용 중단: Not publicly available
public getLastName ( ) : string
리턴 string

getMerchantId() 공개 메소드

Encrypted PayPal account identifier for the Payee.
public getMerchantId ( ) : string
리턴 string

getPhone() 공개 메소드

Information related to the Payee.
사용 중단: Not publicly available
public getPhone ( ) : Phone
리턴 Phone

setAccountNumber() 공개 메소드

Unencrypted PayPal account Number of the Payee
사용 중단: Not publicly available
public setAccountNumber ( string $account_number )
$account_number string

setEmail() 공개 메소드

Email Address associated with the Payee's PayPal Account. If the provided email address is not associated with any PayPal Account, the payee can only receive PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
public setEmail ( string $email )
$email string

setFirstName() 공개 메소드

First Name of the Payee.
사용 중단: Not publicly available
public setFirstName ( string $first_name )
$first_name string

setLastName() 공개 메소드

Last Name of the Payee.
사용 중단: Not publicly available
public setLastName ( string $last_name )
$last_name string

setMerchantId() 공개 메소드

Encrypted PayPal account identifier for the Payee.
public setMerchantId ( string $merchant_id )
$merchant_id string

setPhone() 공개 메소드

Information related to the Payee.
사용 중단: Not publicly available
public setPhone ( Phone $phone )
$phone Phone