PHP Class PayPal\EBLBaseComponents\PaymentItemInfoType

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

Public Properties

Property Type Description
$Auction AuctionInfoType Information about the transaction if it was created via an auction
$Custom string Custom field you set in the original transaction. Character length and limitations: 127 single-byte alphanumeric characters
$InvoiceID string Character length and limitations: 127 single-byte alphanumeric characters
$Memo string Memo entered by your customer in PayPal Website Payments note field. Character length and limitations: 255 single-byte alphanumeric characters
$PaymentItem PaymentItemType Details about the indivudal purchased item
$SalesTax string Amount of tax charged on transaction
$Subscription SubscriptionInfoType Information about the transaction if it was created via PayPal Subcriptions

Property Details

$Auction public property

Information about the transaction if it was created via an auction
public AuctionInfoType,PayPal\EBLBaseComponents $Auction
return AuctionInfoType

$Custom public property

Custom field you set in the original transaction. Character length and limitations: 127 single-byte alphanumeric characters
public string $Custom
return string

$InvoiceID public property

Character length and limitations: 127 single-byte alphanumeric characters
public string $InvoiceID
return string

$Memo public property

Memo entered by your customer in PayPal Website Payments note field. Character length and limitations: 255 single-byte alphanumeric characters
public string $Memo
return string

$PaymentItem public property

Details about the indivudal purchased item
public PaymentItemType,PayPal\EBLBaseComponents $PaymentItem
return PaymentItemType

$SalesTax public property

Amount of tax charged on transaction
public string $SalesTax
return string

$Subscription public property

Information about the transaction if it was created via PayPal Subcriptions
public SubscriptionInfoType,PayPal\EBLBaseComponents $Subscription
return SubscriptionInfoType