PHP Class PayPal\EBLBaseComponents\PaymentTransactionType

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

Public Properties

Property Type Description
$BuyerEmailOptIn string Information about the Buyer email.
$GiftMessage string Information about the Gift message.
$GiftReceipt string Information about the Gift receipt.
$GiftWrapAmount PayPal\CoreComponentTypes\BasicAmountType Information about the Gift Wrap amount.
$GiftWrapName string Information about the Gift Wrap name.
$OfferCouponInfo OfferCouponInfoType Information about an individual Offer and Coupon information in the transaction
$PayerInfo PayerInfoType Information about the payer
$PaymentInfo PaymentInfoType Information about the transaction
$PaymentItemInfo PaymentItemInfoType Information about an individual item in the transaction
$ReceiverInfo ReceiverInfoType Information about the recipient of the payment
$SecondaryAddress AddressType Information about Secondary Address
$SurveyChoiceSelected string Information about the survey choice selected by the user.
$SurveyQuestion string Information about the survey question.
$TPLReferenceID string This field is for holding ReferenceId for shippment sent from Merchant to the 3rd Party
$UserSelectedOptions UserSelectedOptionType Information about the user selected options.

Property Details

$BuyerEmailOptIn public property

Information about the Buyer email.
public string $BuyerEmailOptIn
return string

$GiftMessage public property

Information about the Gift message.
public string $GiftMessage
return string

$GiftReceipt public property

Information about the Gift receipt.
public string $GiftReceipt
return string

$GiftWrapAmount public property

Information about the Gift Wrap amount.
public BasicAmountType,PayPal\CoreComponentTypes $GiftWrapAmount
return PayPal\CoreComponentTypes\BasicAmountType

$GiftWrapName public property

Information about the Gift Wrap name.
public string $GiftWrapName
return string

$OfferCouponInfo public property

Information about an individual Offer and Coupon information in the transaction
public OfferCouponInfoType,PayPal\EBLBaseComponents $OfferCouponInfo
return OfferCouponInfoType

$PayerInfo public property

Information about the payer
public PayerInfoType,PayPal\EBLBaseComponents $PayerInfo
return PayerInfoType

$PaymentInfo public property

Information about the transaction
public PaymentInfoType,PayPal\EBLBaseComponents $PaymentInfo
return PaymentInfoType

$PaymentItemInfo public property

Information about an individual item in the transaction
public PaymentItemInfoType,PayPal\EBLBaseComponents $PaymentItemInfo
return PaymentItemInfoType

$ReceiverInfo public property

Information about the recipient of the payment
public ReceiverInfoType,PayPal\EBLBaseComponents $ReceiverInfo
return ReceiverInfoType

$SecondaryAddress public property

Information about Secondary Address
public AddressType,PayPal\EBLBaseComponents $SecondaryAddress
return AddressType

$SurveyChoiceSelected public property

Information about the survey choice selected by the user.
public string $SurveyChoiceSelected
return string

$SurveyQuestion public property

Information about the survey question.
public string $SurveyQuestion
return string

$TPLReferenceID public property

This field is for holding ReferenceId for shippment sent from Merchant to the 3rd Party
public string $TPLReferenceID
return string

$UserSelectedOptions public property

Information about the user selected options.
public UserSelectedOptionType,PayPal\EBLBaseComponents $UserSelectedOptions
return UserSelectedOptionType