PayPal\EBLBaseComponents\ManageRecurringPaymentsProfileStatusRequestDetailsType::__construct PHP Method

__construct() public method

Constructor with arguments
public __construct ( $ProfileID = null, $Action = null )
    public function __construct($ProfileID = null, $Action = null)
    {
        $this->ProfileID = $ProfileID;
        $this->Action = $Action;
    }
ManageRecurringPaymentsProfileStatusRequestDetailsType