PHP 클래스 PayPal\EBLBaseComponents\PayerInfoType

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

공개 프로퍼티들

프로퍼티 타입 설명
$Address AddressType Payer's business address
$ContactPhone string Business contact telephone number
$EnhancedPayerInfo PayPal\EnhancedDataTypes\EnhancedPayerInfoType Holds any enhanced information about the payer
$Payer string Email address of payer Character length and limitations: 127 single-byte characters
$PayerBusiness string Payer's business name. Character length and limitations: 127 single-byte characters
$PayerCountry string Payment sender's country of residence using standard two-character ISO 3166 country codes. Character length and limitations: Two single-byte characters
$PayerID string Unique customer ID Character length and limitations: 17 single-byte characters
$PayerName PersonNameType Name of payer
$PayerStatus string Status of payer's email address
$TaxIdDetails TaxIdDetailsType Details about payer's tax info. Refer to the TaxIdDetailsType for more details.

프로퍼티 상세

$Address 공개적으로 프로퍼티

Payer's business address
public AddressType,PayPal\EBLBaseComponents $Address
리턴 AddressType

$ContactPhone 공개적으로 프로퍼티

Business contact telephone number
public string $ContactPhone
리턴 string

$EnhancedPayerInfo 공개적으로 프로퍼티

Holds any enhanced information about the payer
public EnhancedPayerInfoType,PayPal\EnhancedDataTypes $EnhancedPayerInfo
리턴 PayPal\EnhancedDataTypes\EnhancedPayerInfoType

$Payer 공개적으로 프로퍼티

Email address of payer Character length and limitations: 127 single-byte characters
public string $Payer
리턴 string

$PayerBusiness 공개적으로 프로퍼티

Payer's business name. Character length and limitations: 127 single-byte characters
public string $PayerBusiness
리턴 string

$PayerCountry 공개적으로 프로퍼티

Payment sender's country of residence using standard two-character ISO 3166 country codes. Character length and limitations: Two single-byte characters
public string $PayerCountry
리턴 string

$PayerID 공개적으로 프로퍼티

Unique customer ID Character length and limitations: 17 single-byte characters
public string $PayerID
리턴 string

$PayerName 공개적으로 프로퍼티

Name of payer
public PersonNameType,PayPal\EBLBaseComponents $PayerName
리턴 PersonNameType

$PayerStatus 공개적으로 프로퍼티

Status of payer's email address
public string $PayerStatus
리턴 string

$TaxIdDetails 공개적으로 프로퍼티

Details about payer's tax info. Refer to the TaxIdDetailsType for more details.
public TaxIdDetailsType,PayPal\EBLBaseComponents $TaxIdDetails
리턴 TaxIdDetailsType