PHP Class PayPal\EBLBaseComponents\PaymentItemType

Inheritance: extends PayPal\Core\PPXmlMessage
Datei anzeigen 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_oe property

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

$CouponAmount public_oe property

Amount Value of The Coupon
public string $CouponAmount
return string

$CouponAmountCurrency public_oe property

Currency of the Coupon Amount
public string $CouponAmountCurrency
return string

$CouponID public_oe property

Coupon ID Number
public string $CouponID
return string

$EbayItemTxnId public_oe property

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

$HandlingAmount public_oe property

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

$InvoiceItemDetails public_oe property

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

$LoyaltyCardDiscountAmount public_oe property

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

$LoyaltyCardDiscountCurrency public_oe property

Currency of the Discount
public string $LoyaltyCardDiscountCurrency
return string

$Name public_oe 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_oe property

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

$Options public_oe property

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

$Quantity public_oe property

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

$SalesTax public_oe property

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

$ShippingAmount public_oe property

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