PHP Класс PayPal\EBLBaseComponents\PaymentItemInfoType

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

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

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

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

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

Information about the transaction if it was created via an auction
public AuctionInfoType,PayPal\EBLBaseComponents $Auction
Результат AuctionInfoType

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

Custom field you set in the original transaction. Character length and limitations: 127 single-byte alphanumeric characters
public string $Custom
Результат string

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

Character length and limitations: 127 single-byte alphanumeric characters
public string $InvoiceID
Результат string

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

Memo entered by your customer in PayPal Website Payments note field. Character length and limitations: 255 single-byte alphanumeric characters
public string $Memo
Результат string

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

Details about the indivudal purchased item
public PaymentItemType,PayPal\EBLBaseComponents $PaymentItem
Результат PaymentItemType

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

Amount of tax charged on transaction
public string $SalesTax
Результат string

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

Information about the transaction if it was created via PayPal Subcriptions
public SubscriptionInfoType,PayPal\EBLBaseComponents $Subscription
Результат SubscriptionInfoType