PHP Class PayPal\EBLBaseComponents\PaymentTransactionSearchResultType

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

Méthodes publiques

Свойство Type Description
$FeeAmount PayPal\CoreComponentTypes\BasicAmountType The fee that PayPal charged for the transaction
$GrossAmount PayPal\CoreComponentTypes\BasicAmountType The total gross amount charged, including any profile shipping cost and taxes
$NetAmount PayPal\CoreComponentTypes\BasicAmountType The net amount of the transaction
$Payer string The email address of the payer
$PayerDisplayName string Display name of the payer
$Status string The status of the transaction
$Timestamp The date and time (in UTC/GMT format) the transaction occurred
$Timezone string The time zone of the transaction
$TransactionID string The transaction ID of the seller
$Type string The type of the transaction

Property Details

$FeeAmount public_oe property

The fee that PayPal charged for the transaction
public BasicAmountType,PayPal\CoreComponentTypes $FeeAmount
Résultat PayPal\CoreComponentTypes\BasicAmountType

$GrossAmount public_oe property

The total gross amount charged, including any profile shipping cost and taxes
public BasicAmountType,PayPal\CoreComponentTypes $GrossAmount
Résultat PayPal\CoreComponentTypes\BasicAmountType

$NetAmount public_oe property

The net amount of the transaction
public BasicAmountType,PayPal\CoreComponentTypes $NetAmount
Résultat PayPal\CoreComponentTypes\BasicAmountType

$Payer public_oe property

The email address of the payer
public string $Payer
Résultat string

$PayerDisplayName public_oe property

Display name of the payer
public string $PayerDisplayName
Résultat string

$Status public_oe property

The status of the transaction
public string $Status
Résultat string

$Timestamp public_oe property

The date and time (in UTC/GMT format) the transaction occurred
public $Timestamp

$Timezone public_oe property

The time zone of the transaction
public string $Timezone
Résultat string

$TransactionID public_oe property

The transaction ID of the seller
public string $TransactionID
Résultat string

$Type public_oe property

The type of the transaction
public string $Type
Résultat string