PHP Class PayPal\EBLBaseComponents\PaymentTransactionSearchResultType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property 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 property

The fee that PayPal charged for the transaction
public BasicAmountType,PayPal\CoreComponentTypes $FeeAmount
return PayPal\CoreComponentTypes\BasicAmountType

$GrossAmount public property

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

$NetAmount public property

The net amount of the transaction
public BasicAmountType,PayPal\CoreComponentTypes $NetAmount
return PayPal\CoreComponentTypes\BasicAmountType

$Payer public property

The email address of the payer
public string $Payer
return string

$PayerDisplayName public property

Display name of the payer
public string $PayerDisplayName
return string

$Status public property

The status of the transaction
public string $Status
return string

$Timestamp public property

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

$Timezone public property

The time zone of the transaction
public string $Timezone
return string

$TransactionID public property

The transaction ID of the seller
public string $TransactionID
return string

$Type public property

The type of the transaction
public string $Type
return string