PHP Class PayPal\EBLBaseComponents\PaymentItemInfoType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство 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_oe property

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

$Custom public_oe property

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

$InvoiceID public_oe property

Character length and limitations: 127 single-byte alphanumeric characters
public string $InvoiceID
Résultat string

$Memo public_oe property

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

$PaymentItem public_oe property

Details about the indivudal purchased item
public PaymentItemType,PayPal\EBLBaseComponents $PaymentItem
Résultat PaymentItemType

$SalesTax public_oe property

Amount of tax charged on transaction
public string $SalesTax
Résultat string

$Subscription public_oe property

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