PHP 클래스 PayPal\EBLBaseComponents\SellerDetailsType

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

공개 프로퍼티들

프로퍼티 타입 설명
$PayPalAccountID string Seller Paypal Account Id contains the seller EmailId or PayerId or PhoneNo passed during the Request.
$SecureMerchantAccountID string Unique PayPal customer account identification number (of the seller). This feild is meant for Response. This field is ignored, if passed in the Request.
$SellerId string Unique identifier for the seller. Optional
$SellerRegistrationDate Date when the user registered with the marketplace. Optional
$SellerUserName string The user name of the user at the marketplaces site. Optional

프로퍼티 상세

$PayPalAccountID 공개적으로 프로퍼티

Seller Paypal Account Id contains the seller EmailId or PayerId or PhoneNo passed during the Request.
public string $PayPalAccountID
리턴 string

$SecureMerchantAccountID 공개적으로 프로퍼티

Unique PayPal customer account identification number (of the seller). This feild is meant for Response. This field is ignored, if passed in the Request.
public string $SecureMerchantAccountID
리턴 string

$SellerId 공개적으로 프로퍼티

Unique identifier for the seller. Optional
public string $SellerId
리턴 string

$SellerRegistrationDate 공개적으로 프로퍼티

Date when the user registered with the marketplace. Optional
public $SellerRegistrationDate

$SellerUserName 공개적으로 프로퍼티

The user name of the user at the marketplaces site. Optional
public string $SellerUserName
리턴 string