PHP Class PayPal\EBLBaseComponents\OrderDetailsType

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

Public Properties

Property Type Description
$Description string Description of the Order.
$MaxAmount PayPal\CoreComponentTypes\BasicAmountType Expected maximum amount that the merchant may pull using DoReferenceTransaction

Property Details

$Description public property

Description of the Order.
public string $Description
return string

$MaxAmount public property

Expected maximum amount that the merchant may pull using DoReferenceTransaction
public BasicAmountType,PayPal\CoreComponentTypes $MaxAmount
return PayPal\CoreComponentTypes\BasicAmountType