PHP Class PayPal\PayPalAPI\UpdateAuthorizationRequestType

Inheritance: extends PayPal\EBLBaseComponents\AbstractRequestType
Afficher le fichier Open project: paypal/merchant-sdk-php Class Usage Examples

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( $TransactionID = null ) Constructor with arguments

Method Details

__construct() public méthode

Constructor with arguments
public __construct ( $TransactionID = null )

Property Details

$IPAddress public_oe property

IP Address of the buyer
public string $IPAddress
Résultat string

$ShipToAddress public_oe property

Shipping Address for this transaction.
public AddressType,PayPal\EBLBaseComponents $ShipToAddress
Résultat PayPal\EBLBaseComponents\AddressType

$TransactionID public_oe property

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
Résultat string