PayPal\CoreComponentTypes\BasicAmountType::__construct PHP Method

__construct() public method

Constructor with arguments
public __construct ( $currencyID = null, $value = null )
    public function __construct($currencyID = null, $value = null)
    {
        $this->currencyID = $currencyID;
        $this->value = $value;
    }
BasicAmountType