PHP Class PayPal\EBLBaseComponents\PaymentItemType

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

Public Properties

Property Type Description
$Amount PayPal\CoreComponentTypes\BasicAmountType Cost of item
$CouponAmount string Amount Value of The Coupon
$CouponAmountCurrency string Currency of the Coupon Amount
$CouponID string Coupon ID Number
$EbayItemTxnId string eBay Auction Transaction ID of the Item Optional Character length and limitations: 255 single-byte characters
$HandlingAmount string Amount of handling charged on payment
$InvoiceItemDetails InvoiceItemType Invoice item details
$LoyaltyCardDiscountAmount string Amount of Discount on this Loyalty Card
$LoyaltyCardDiscountCurrency string Currency of the Discount
$Name string Item name set by you or entered by the customer. Character length and limitations: 127 single-byte alphanumeric characters
$Number string Item number set by you. Character length and limitations: 127 single-byte alphanumeric characters
$Options OptionType Item options selected in PayPal shopping cart
$Quantity string Quantity set by you or entered by the customer. Character length and limitations: no limit
$SalesTax string Amount of tax charged on payment
$ShippingAmount string Amount of shipping charged on payment

Property Details

$Amount public property

Cost of item
public BasicAmountType,PayPal\CoreComponentTypes $Amount
return PayPal\CoreComponentTypes\BasicAmountType

$CouponAmount public property

Amount Value of The Coupon
public string $CouponAmount
return string

$CouponAmountCurrency public property

Currency of the Coupon Amount
public string $CouponAmountCurrency
return string

$CouponID public property

Coupon ID Number
public string $CouponID
return string

$EbayItemTxnId public property

eBay Auction Transaction ID of the Item Optional Character length and limitations: 255 single-byte characters
public string $EbayItemTxnId
return string

$HandlingAmount public property

Amount of handling charged on payment
public string $HandlingAmount
return string

$InvoiceItemDetails public property

Invoice item details
public InvoiceItemType,PayPal\EBLBaseComponents $InvoiceItemDetails
return InvoiceItemType

$LoyaltyCardDiscountAmount public property

Amount of Discount on this Loyalty Card
public string $LoyaltyCardDiscountAmount
return string

$LoyaltyCardDiscountCurrency public property

Currency of the Discount
public string $LoyaltyCardDiscountCurrency
return string

$Name public property

Item name set by you or entered by the customer. Character length and limitations: 127 single-byte alphanumeric characters
public string $Name
return string

$Number public property

Item number set by you. Character length and limitations: 127 single-byte alphanumeric characters
public string $Number
return string

$Options public property

Item options selected in PayPal shopping cart
public OptionType,PayPal\EBLBaseComponents $Options
return OptionType

$Quantity public property

Quantity set by you or entered by the customer. Character length and limitations: no limit
public string $Quantity
return string

$SalesTax public property

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

$ShippingAmount public property

Amount of shipping charged on payment
public string $ShippingAmount
return string