PHP Class PayPal\EBLBaseComponents\OrderDetailsType

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

Description of the Order.
public string $Description
return string

$MaxAmount public_oe property

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