PHP 클래스 PayPal\EBLBaseComponents\PaymentTransactionSearchResultType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

프로퍼티 타입 설명
$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