PHP Class PayPal\EBLBaseComponents\DoCaptureResponseDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство Type Description
$AuthorizationID string The authorization identification number you specified in the request. Character length and limits: 19 single-byte characters maximum
$MsgSubID string Return msgsubid back to merchant
$PaymentInfo PaymentInfoType Information about the transaction

Property Details

$AuthorizationID public_oe property

The authorization identification number you specified in the request. Character length and limits: 19 single-byte characters maximum
public string $AuthorizationID
Résultat string

$MsgSubID public_oe property

Return msgsubid back to merchant
public string $MsgSubID
Résultat string

$PaymentInfo public_oe property

Information about the transaction
public PaymentInfoType,PayPal\EBLBaseComponents $PaymentInfo
Résultat PaymentInfoType