PHP Class PayPal\EBLBaseComponents\BillOutstandingAmountRequestDetailsType

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

Public Properties

Property Type Description
$Amount PayPal\CoreComponentTypes\BasicAmountType
$Note string
$ProfileID string

Public Methods

Method Description
__construct ( $ProfileID = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $ProfileID = null )

Property Details

$Amount public property

public BasicAmountType,PayPal\CoreComponentTypes $Amount
return PayPal\CoreComponentTypes\BasicAmountType

$Note public property

public string $Note
return string

$ProfileID public property

public string $ProfileID
return string