PHP 클래스 PayPal\Api\PotentialPayerInfo

A resource representing a information about a potential Payer.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getAccountNumber ( ) : string Account Number representing the potential payer
getBillingAddress ( ) : Address Billing address of the potential payer.
getEmail ( ) : string Email address representing the potential payer.
getExternalRememberMeId ( ) : string ExternalRememberMe id representing the potential payer
setAccountNumber ( string $account_number ) Account Number representing the potential payer
setBillingAddress ( Address $billing_address ) Billing address of the potential payer.
setEmail ( string $email ) Email address representing the potential payer.
setExternalRememberMeId ( string $external_remember_me_id ) ExternalRememberMe id representing the potential payer

메소드 상세

getAccountNumber() 공개 메소드

Account Number representing the potential payer
사용 중단: Not publicly available
public getAccountNumber ( ) : string
리턴 string

getBillingAddress() 공개 메소드

Billing address of the potential payer.
사용 중단: Not publicly available
public getBillingAddress ( ) : Address
리턴 Address

getEmail() 공개 메소드

Email address representing the potential payer.
사용 중단: Not publicly available
public getEmail ( ) : string
리턴 string

getExternalRememberMeId() 공개 메소드

ExternalRememberMe id representing the potential payer
사용 중단: Not publicly available
public getExternalRememberMeId ( ) : string
리턴 string

setAccountNumber() 공개 메소드

Account Number representing the potential payer
사용 중단: Not publicly available
public setAccountNumber ( string $account_number )
$account_number string

setBillingAddress() 공개 메소드

Billing address of the potential payer.
사용 중단: Not publicly available
public setBillingAddress ( Address $billing_address )
$billing_address Address

setEmail() 공개 메소드

Email address representing the potential payer.
사용 중단: Not publicly available
public setEmail ( string $email )
$email string

setExternalRememberMeId() 공개 메소드

ExternalRememberMe id representing the potential payer
사용 중단: Not publicly available
public setExternalRememberMeId ( string $external_remember_me_id )
$external_remember_me_id string