PHP 클래스 PayPal\PayPalAPI\UpdateAuthorizationRequestType

상속: extends PayPal\EBLBaseComponents\AbstractRequestType
파일 보기 프로젝트 열기: paypal/merchant-sdk-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$IPAddress string IP Address of the buyer
$ShipToAddress PayPal\EBLBaseComponents\AddressType Shipping Address for this transaction.
$TransactionID string The value of the authorizationâtransaction identification number returned by a PayPal product. Required Character length and limits: 19 single-byte characters maximum

공개 메소드들

메소드 설명
__construct ( $TransactionID = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $TransactionID = null )

프로퍼티 상세

$IPAddress 공개적으로 프로퍼티

IP Address of the buyer
public string $IPAddress
리턴 string

$ShipToAddress 공개적으로 프로퍼티

Shipping Address for this transaction.
public AddressType,PayPal\EBLBaseComponents $ShipToAddress
리턴 PayPal\EBLBaseComponents\AddressType

$TransactionID 공개적으로 프로퍼티

The value of the authorizationâtransaction identification number returned by a PayPal product. Required Character length and limits: 19 single-byte characters maximum
public string $TransactionID
리턴 string