PayPal\EBLBaseComponents\ManageRecurringPaymentsProfileStatusRequestDetailsType::__construct PHP Méthode

__construct() public méthode

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