PHP Класс PayPal\EBLBaseComponents\PaymentTransactionSearchResultType

Наследование: extends PayPal\Core\PPXmlMessage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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

Описание свойств

$FeeAmount публичное свойство

The fee that PayPal charged for the transaction
public BasicAmountType,PayPal\CoreComponentTypes $FeeAmount
Результат PayPal\CoreComponentTypes\BasicAmountType

$GrossAmount публичное свойство

The total gross amount charged, including any profile shipping cost and taxes
public BasicAmountType,PayPal\CoreComponentTypes $GrossAmount
Результат PayPal\CoreComponentTypes\BasicAmountType

$NetAmount публичное свойство

The net amount of the transaction
public BasicAmountType,PayPal\CoreComponentTypes $NetAmount
Результат PayPal\CoreComponentTypes\BasicAmountType

$Payer публичное свойство

The email address of the payer
public string $Payer
Результат string

$PayerDisplayName публичное свойство

Display name of the payer
public string $PayerDisplayName
Результат string

$Status публичное свойство

The status of the transaction
public string $Status
Результат string

$Timestamp публичное свойство

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

$Timezone публичное свойство

The time zone of the transaction
public string $Timezone
Результат string

$TransactionID публичное свойство

The transaction ID of the seller
public string $TransactionID
Результат string

$Type публичное свойство

The type of the transaction
public string $Type
Результат string