PHP Class PayPal\PayPalAPI\DoAuthorizationResponseType

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

Méthodes publiques

Свойство Type Description
$Amount PayPal\CoreComponentTypes\BasicAmountType The amount and currency you specified in the request.
$AuthorizationInfo PayPal\EBLBaseComponents\AuthorizationInfoType
$MsgSubID string Return msgsubid back to merchant
$TransactionID string An authorization identification number. Character length and limits: 19 single-byte characters

Property Details

$Amount public_oe property

The amount and currency you specified in the request.
public BasicAmountType,PayPal\CoreComponentTypes $Amount
Résultat PayPal\CoreComponentTypes\BasicAmountType

$AuthorizationInfo public_oe property

public AuthorizationInfoType,PayPal\EBLBaseComponents $AuthorizationInfo
Résultat PayPal\EBLBaseComponents\AuthorizationInfoType

$MsgSubID public_oe property

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

$TransactionID public_oe property

An authorization identification number. Character length and limits: 19 single-byte characters
public string $TransactionID
Résultat string