PHP Class PayPal\EBLBaseComponents\PaymentDetailsItemType

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

Méthodes publiques

Свойство Type Description
$Amount PayPal\CoreComponentTypes\BasicAmountType Cost of item You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Optional Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
$Description string Item description. Optional Character length and limitations: 127 single-byte characters
$EbayItemPaymentDetailsItem EbayItemPaymentDetailsItemType Ebay specific details. Optional
$EnhancedItemData PayPal\EnhancedDataTypes\EnhancedItemDataType Enhanced data for each item in the cart. Optional
$ItemCategory string Item category - physical or digital. Optional
$ItemHeight PayPal\CoreComponentTypes\MeasureType Information about the Item height.
$ItemLength PayPal\CoreComponentTypes\MeasureType Information about the Item length.
$ItemURL string URL for the item. Optional Character length and limitations: no limit.
$ItemWeight PayPal\CoreComponentTypes\MeasureType Information about the Item weight.
$ItemWidth PayPal\CoreComponentTypes\MeasureType Information about the Item width.
$Name string Item name. Optional Character length and limitations: 127 single-byte characters
$Number string Item number. Optional Character length and limitations: 127 single-byte characters
$ProductCategory string
$PromoCode string Promotional financing code for item. Part of the Merchant Services Promotion Financing feature.
$Quantity integer Item quantity. Optional Character length and limitations: Any positive integer
$Tax PayPal\CoreComponentTypes\BasicAmountType Item sales tax. Optional Character length and limitations: any valid currency amount; currency code is set the same as for OrderTotal.

Property Details

$Amount public_oe property

Cost of item You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Optional Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
public BasicAmountType,PayPal\CoreComponentTypes $Amount
Résultat PayPal\CoreComponentTypes\BasicAmountType

$Description public_oe property

Item description. Optional Character length and limitations: 127 single-byte characters
public string $Description
Résultat string

$EbayItemPaymentDetailsItem public_oe property

Ebay specific details. Optional
public EbayItemPaymentDetailsItemType,PayPal\EBLBaseComponents $EbayItemPaymentDetailsItem
Résultat EbayItemPaymentDetailsItemType

$EnhancedItemData public_oe property

Enhanced data for each item in the cart. Optional
public EnhancedItemDataType,PayPal\EnhancedDataTypes $EnhancedItemData
Résultat PayPal\EnhancedDataTypes\EnhancedItemDataType

$ItemCategory public_oe property

Item category - physical or digital. Optional
public string $ItemCategory
Résultat string

$ItemHeight public_oe property

Information about the Item height.
public MeasureType,PayPal\CoreComponentTypes $ItemHeight
Résultat PayPal\CoreComponentTypes\MeasureType

$ItemLength public_oe property

Information about the Item length.
public MeasureType,PayPal\CoreComponentTypes $ItemLength
Résultat PayPal\CoreComponentTypes\MeasureType

$ItemURL public_oe property

URL for the item. Optional Character length and limitations: no limit.
public string $ItemURL
Résultat string

$ItemWeight public_oe property

Information about the Item weight.
public MeasureType,PayPal\CoreComponentTypes $ItemWeight
Résultat PayPal\CoreComponentTypes\MeasureType

$ItemWidth public_oe property

Information about the Item width.
public MeasureType,PayPal\CoreComponentTypes $ItemWidth
Résultat PayPal\CoreComponentTypes\MeasureType

$Name public_oe property

Item name. Optional Character length and limitations: 127 single-byte characters
public string $Name
Résultat string

$Number public_oe property

Item number. Optional Character length and limitations: 127 single-byte characters
public string $Number
Résultat string

$ProductCategory public_oe property

public string $ProductCategory
Résultat string

$PromoCode public_oe property

Promotional financing code for item. Part of the Merchant Services Promotion Financing feature.
public string $PromoCode
Résultat string

$Quantity public_oe property

Item quantity. Optional Character length and limitations: Any positive integer
public int $Quantity
Résultat integer

$Tax public_oe property

Item sales tax. Optional Character length and limitations: any valid currency amount; currency code is set the same as for OrderTotal.
public BasicAmountType,PayPal\CoreComponentTypes $Tax
Résultat PayPal\CoreComponentTypes\BasicAmountType