PHP Class PayPal\EBLBaseComponents\ItemTrackingDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Datei anzeigen Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$ItemAlert string Item Alert. Optional
$ItemCost string Item Cost. Optional
$ItemNumber string Item Number. Required
$ItemQty string Option Quantity. Optional
$ItemQtyDelta string Item Quantity Delta. Optional

Property Details

$ItemAlert public_oe property

Item Alert. Optional
public string $ItemAlert
return string

$ItemCost public_oe property

Item Cost. Optional
public string $ItemCost
return string

$ItemNumber public_oe property

Item Number. Required
public string $ItemNumber
return string

$ItemQty public_oe property

Option Quantity. Optional
public string $ItemQty
return string

$ItemQtyDelta public_oe property

Item Quantity Delta. Optional
public string $ItemQtyDelta
return string