PayPal\EBLBaseComponents\CreateRecurringPaymentsProfileRequestDetailsType::__construct PHP Method

__construct() public method

Constructor with arguments
public __construct ( $RecurringPaymentsProfileDetails = null, $ScheduleDetails = null )
    public function __construct($RecurringPaymentsProfileDetails = null, $ScheduleDetails = null)
    {
        $this->RecurringPaymentsProfileDetails = $RecurringPaymentsProfileDetails;
        $this->ScheduleDetails = $ScheduleDetails;
    }
CreateRecurringPaymentsProfileRequestDetailsType